.laz-gallery .gallery-item img{
    height: 350px;
    object-fit: cover;
    border-radius: 25px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*XS Devices 0 - 767px*/
@media only screen and (max-width: 47.9375em) {

}

/*Devices 768px in width*/
@media only screen and (min-width: 48em) {

}

/*Devices 1024px in width*/
@media only screen and (min-width: 64em) {

}

/*Devices 1200px+ in width*/
@media only screen and (min-width: 75em) {
    .laz-gallery .container-fluid{
        padding: 0;
        width: min(1728px, calc(92.5vw - 0.05 * max(0px, 100vw - 768px)));
    }

}