.cr-collection-hero .collection-hero__image-container {
    aspect-ratio: 4 / 3;
    min-height: 300px;
}

@media screen and (max-width: 749px) {
    .cr-collection-hero {padding-top: 18px;}
    .cr-collection-hero.collection-hero--with-image .collection-hero__text-wrapper {padding-bottom: 0;}
    .cr-collection-hero .collection-hero__inner {
        flex-direction: column-reverse;
        text-align: center;
    }
}