#background-video {
    width: 90vw;
    height: 80vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    bottom: 0;
    top: 0;
}

.video{

    /* position: relative; */
    min-height: 100%;
    height: 80vh;
    object-fit: fill;
    width: 100%;

}


.xmg1915-banner-box {
    width: 45%;
    padding-left: 10%;
    position: relative;
    top: 30%;
    color: #ffffff;
}

@media screen and (max-width: 600px){
    #background-video {
        height: 52vh;
    }
    
    .video{
    height: 43vh;
    }
    .xmg1915-banner-box {
        width: 90%;
        top: 10%; 
    }
    
}