@media(max-width:768px) {
    .page-template-template-home .reversed-column .image-col {
        min-height: auto!important;
    } 
    .page-template-template-home .reversed-column .image-col figure {
        height: auto!important;
    }
    .full-img-container .full-img {
        object-fit: contain!important;
        height: auto!important;
    }
}