.homepage-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 80px 60px;
}

.homepage-banner-section video {
    width: 100%;
}

.homepage-banner-section .promo-container {
    margin-block-end: 120px;
}

@media (max-width: 680px) {
    .homepage-banner-section .logo {
        text-align: center;
    }
}
