﻿.legacy-hero-section-image-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 579px) {
    .section-transparent-override.is-transparent{
        background-color: #f5f5ed;
    }
    .legacy-hero-section-image-container {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        aspect-ratio: 1320/556;
    }

    @supports not ( aspect-ratio: 1320/556) {
        .legacy-hero-section-image-container {
            min-height: 200px;
        }
    }

    .legacy-hero .Grid-cell {
        width: 100% !important;
        margin: 0 !important;
    }
}


