.top-category .gallery-item{
	position: relative;
	width: 48%;
}
.top-category .gallery-item .gallery-caption {
	font-size: 12px;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	position: absolute;
	top: 10px;
	left: 0;
	background-color: rgb(168, 208, 111);
	padding: 7px;
}