.homepage .header-banner-section {
    background-image: url('../images/banner-homepage.webp');
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #000;
}

.banner-section {
    color: #fff;
    height: 100vh;
    background: radial-gradient(40.45% 40.45% at 40% 46.16%, rgba(1, 9, 80, 0.9) 3.12%, rgba(14, 17, 32, 0) 100%);

}

.banner-section .container {
    height: 100%;
}

@media (max-width:991.98px){
    .homepage .header-banner-section {
        background-color: #030516 !important;
        background-image: none !important;
    }
    div#banner-part .container {
        align-items: center;
        justify-content: center;
    }
}