Buy me a coffee

#179654

@media screen and (max-width: 767px) {
    body.homepage .gallery-slideshow {
        padding-left:6vw !important;
        padding-right: 6vw !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
@media screen and (min-width:768px) {
body.homepage .gallery-slideshow img {
    object-fit: cover !important;
}
}