.gallery-inner 
{	display:block;
}
.gallery-inner a
{	width:31%;
	float:left;
	position:relative;
	margin-right:3%;
	margin-bottom:25px;
	display:inline-block;
	min-height: 250px;
}
.gallery-inner a span
{	display:none;
	background:url(../images/black-60.png);
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	text-align:center;
}
.gallery-inner a span img
{	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	border:0;
	opacity:1;
}
.gallery-inner a:hover span
{	display:table-cell !important;
}
.gallery-inner img
{	border:solid 1px #bababa;
	padding:5px;
	max-width:95%;
}
.gallery-inner a:nth-child(3n+1)
{	margin-right:0;
}
#flb-lightbox-text
{	display:none !important ;
}


@media screen and (max-width: 767px) 
{
	.gallery-inner img
	{	max-width:95%;
	}
}


@media screen and (max-width: 600px) {
.gallery-inner img
{	max-width:91%;
}


@media screen and (max-width: 479px) 
{

	.gallery-inner img
	{	max-width:87%;
	}
	.gallery-inner a span img
	{	max-width:30%;
		height:30%;
	}

}