#fl-gallery{overflow:hidden;}
.fl-gallery-ul{list-style:none;text-decoration:none;}
.fl-gallery-li{float:left;width:33.33%;position:relative;}
/* border box */
.fl-gallery-figure{border:2px solid #ccc;margin:8px;padding:8px;}
/* visible image */
.fl-gallery-img{background-size:cover;background-repeat:no-repeat;background-position:center center;overflow:hidden;}
/* hidden image to set height */
.fl-gallery-img-sizer{visibility:hidden;width:100%;}
/* description text */
.fl-gallery-text{height:20px;}

@media (max-width: 900px) {.fl-gallery-li{width:50%;}}

@media (max-width: 767px) {.fl-gallery-li{width:100%;}.fl-gallery-img{height:auto!important;}}