/* -- Gallery -- */

@media (max-width: 1000px) {
    .col-lg-3.col-md-4.col-xs-12.gallery-bootstrap-thumb {
        width: 33.3333333333% !important;
        height: auto !important;
    }
}

@media (max-width: 700px) {
    .col-lg-3.col-md-4.col-xs-12.gallery-bootstrap-thumb {
        width: 50% !important;
    }
}

@media (max-width: 500px) {
    .col-lg-3.col-md-4.col-xs-12.gallery-bootstrap-thumb {
        width: 100% !important;
    }
}