#bg-video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    position: fixed;
    z-index: -10;
    }