
#bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    filter: brightness(0.7);
}

.content-wrapper {
    position: relative;
    z-index: 1;
    background-color: transparent; /* Ensure content background is transparent */
} 