/* CUSTOM EDIT GOES HERE */

.shopify-section.image-with-text .section .container .image-with-text__image-column .image-element__wrap {
    height: auto;
}


.shopify-section.image-with-text .section .container .image-with-text__image-column .image-element__wrap img {
    height: auto !important;
    object-fit: none !important;
}

@media only screen and (max-width: 798px) {
    .image-with-text__image-column {
        height: auto;
    }

    .shopify-section.image-with-text .switch-mobile .container {
        flex-direction: column-reverse;
    }

}