.photo-gallery { width:100%; display:table !important; margin:10px auto !important; }
.photo-gallery li { float:left; margin:0 4px 5px 0 !important; padding:0 !important; list-style:none !important; }
.photo-gallery li a { display:block; border:#ddd 1px solid; transition:all ease 0.5s; }
.photo-gallery li a:hover { border:#db2a27 1px solid; }
.photo-gallery li a img { border:1px solid #FFF; margin:0; padding:0; }
@media screen and (max-width: 980px) {
.photo-gallery { width:auto; }
.photo-gallery li a { height:145px; }
.photo-gallery li a img { height:143px; width:auto; }
}
@media screen and (max-width: 800px) {
.photo-gallery li a { height:122px; }
.photo-gallery li a img { height:120px; width:auto; }	
}
@media screen and (max-width: 768px) {
.photo-gallery li a { height:117px; }
.photo-gallery li a img { height:115px; width:auto; }	
}
@media screen and (max-width: 640px) {
.photo-gallery li a { height:155px; }
.photo-gallery li a img { width:230px; height:auto; }	
}
@media screen and (max-width: 480px) {
.photo-gallery li { float:none; margin-bottom:5px; }
.photo-gallery li a { height:155px; }
.photo-gallery li a img { width:230px; height:auto;  }	
}