/* Target the banner area */
.container-banner {
    background-image: url('../../../../../images/banner-bkgrd.webp') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    min-height: 500px; /* Adjust this height to your preference */
    display: block !important;
}

/* If you want it in the Header (where logo/menu is) use this instead: */
.container-header {
    background-image: url('../../../../../images/banner-bkgrd.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}

/* Responsive Video Container */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}