/* Video Background Support */
.video-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.video-bg-wrapper video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    /* Zoom in to eliminate potential black bars */
}

/* Ensure content and overlay sit above video */
.cid-v6Jnyf8l1a,
.cid-v6KldGXWRj,
.cid-v6Kb6vLtVj {
    position: relative;
    overflow: hidden;
    background-image: none !important;
    /* Override CSS background */
    background-color: transparent !important;
}

.cid-v6Jnyf8l1a .mbr-overlay,
.cid-v6KldGXWRj .mbr-overlay,
.cid-v6Kb6vLtVj .mbr-overlay {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cid-v6Jnyf8l1a .container,
.cid-v6KldGXWRj .container,
.cid-v6Kb6vLtVj .container {
    position: relative;
    z-index: 2;
}