.container-banner .banner-overlay {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1147 / 480;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Smartphone */
@media (max-width: 767px) {

    .container-banner .banner-overlay {
        aspect-ratio: 1147 / 480;
    }

    .container-banner .banner-overlay h1 {
        font-size: 1.4rem;
    }
}