.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -100;
    overflow: hidden;
}

.fullscreen-bg__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.video-container {
    display: none;
    /* Initially hide the video */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
