.transition, .MGallery-after{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;				
}
.MGallery-li figure{
	text-align:center;				
}
.MGallery-li h3{
	font-size:27px;	
	margin-bottom:30px;			
}
.MGallery-li figure img{
	-webkit-box-shadow: 0 0 5px 0 #7D7D7D;
	box-shadow: 0 0 5px 0 #7D7D7D;	
	margin:0 auto 0 auto;			
}
.MGallery-AlbumName{
	text-align:center;				
}
@media all and (max-width: 767px){}
@media all and (max-width: 628px){}
@media all and (max-width: 538px){}

