@charset "utf-8";

.hs_gallery {position:relative;background:#fff;max-width:1200px;margin: 20px auto;border:0px solid;}
.hs_gallery h2.title {font-size:3.2em;color:#333 !important; text-align:center; margin-bottom:20px;}
.hs_gallery ul {margin: 0 -10px;}
.hs_gallery li {float:left;max-width:25%;padding:0 10px;margin-bottom:20px;}
.hs_gallery li p.thumbImg {text-align:center;border:0px solid;}
.hs_gallery li p.thumbImg img {width:100%;}
.hs_gallery li p.subject {text-align:center;font-size:18px;letter-spacing:-1px;}

@media (max-width: 800px) {
    .hs_gallery ul {margin: 0 10px;}
    .hs_gallery li {float:left;max-width:50%;padding:0 10px;margin-bottom:20px;}
}