#background-video {
    width: 90vw;
    height: 80vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    bottom: 0;
    top: 0;
}

.header-video{

    /* position: relative; */
    min-height: 100%;
    height: 80vh;
    object-fit: fill;
    width: 100%;

}


.usgflex-h-box{
    width: 45%;
    padding-left: 5%;
    position: relative;
    top: 39%;
    color: #ffffff;
}

@media screen and (max-width: 600px){
    #background-video {
        height: 52vh;
    }
    
    .header-video{
    height: 43vh;
    }
    
    .usgflex-h-box{
        width: 90%;
        top: 22%; 
    }
    
}