.video-container {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    opacity: 0.8;
    z-index: -100;
}

/* #background-video {
    width: 100%;
    height: auto;
    background-size: cover;
    position: absolute;
    bottom: 200px;
    max-width: fit-content;
    max-height: fit-content;
} */

#background-video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: -1; 
}

#content-main {
    position:static;
    z-index: 1;
    top: -500px;
}