.video-container{
    width: 100%;  
}

.video-container video{
    
    height: auto;
    width: 100%;
    overflow: hidden;
}

