#video-background {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    outline: none;
    border: none;
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0s;
    z-index: 1;
    filter: blur(1px);
}
#track-container
{
    z-index: 5 !important;
}
.video-overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    background-image: url(/img/bg/scan.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

@media only screen and (max-width: 720px) {

    /* Mobile CSS */
    #video-background {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
        background-image: url("https://s3rl.app/assets/videos/profile_background_s3rl-04322f24e8b605c1780a716c3e6007af.mp4");
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        z-index: 1;
        position: fixed;
    }
}