.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;


    background-size:cover;
    width:100%;
    height:100%;
    overflow:hidden;
    background-repeat:no-repeat;
    position:fixed;
    background-position-x:center;
    background-position-y:center;
    cursor:none;
    margin:auto;
    text-align:center;
    display:block


}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);









}

