/* Style the banner container */
.banner-video {
    position: relative;
    width: 100%;
    height: 600px; /* Set the desired height for your banner */
    overflow: hidden;
}

/* Style the video element */
video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}

/* Style the content overlay */

