.hero-banner .bg-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-banner .bg-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hero-banner .banner-content {
    position: static !important;
    transform: none;
    padding: 1rem 0.5rem 0.5rem;
}

@media (min-width: 992px) {
    .hero-banner .banner-content {
        padding-block: 11.5rem;
    }
}