/* Styles */

.gallery-photos-box.gallery-style-fade-title .gallery-image a,
.gallery-photos-box.gallery-style-up-title .gallery-image a{
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center ;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
}
.gallery-photos-box.gallery-style-fade-title .gallery-image a img,
.gallery-photos-box.gallery-style-up-title .gallery-image a img{
	margin-bottom: 0;
	padding-bottom: 0;
	visibility: hidden;
}
.gallery-photos-box.gallery-style-up-title .gallery-image span.image_title{
	position: absolute;
	background: rgba(0,0,0,.6);
	padding: 10px;
	color: #fff;
	bottom: -100px;
	left: 0;
	width: 100%;
	transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
}
.gallery-photos-box.gallery-style-up-title .gallery-image a:hover span.image_title{
	bottom: 0;
}

/* style fade title */
.gallery-photos-box.gallery-style-fade-title .gallery-image span.image_title{
	position: absolute;
	background: rgba(0,0,0,.6);
	padding: 10px;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-photos-box.gallery-style-fade-title .gallery-image a:hover span.image_title{
	opacity: 1;
}

/* Media Queries
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.gallery-photos-box.gallery-photo-box-full .gallery-image{ width: 48%; padding-right: 2% }
}
@media screen and (max-width: 480px) {
	.gallery-photos-box.gallery-photo-box-full .gallery-image{ float: none; width: 100%; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box}
}
