html,
body{
    margin:0;
    width:100%;
    height:100%;
    background:#000;
}

body{
    position:fixed;
    inset:0;
}

.video-js{
    width:100%;
    height:100%;
}

.vjs-tech{
    object-fit:contain;
}

.vjs-control-bar{
    display:flex !important;
}
