.flex-layout.hero_image-layout {
    position: relative;
    min-height: 100vh;
    padding-inline: 0;
    overflow: hidden;
    height: max(62.5rem, calc(62.5 * var(--su)));
}

.flex-layout.hero_image-layout .hero_image_bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}