.small__video-player {
    width:100%;
    height:0px;
    padding-top: 56%;
    border:solid 1px #333;
    box-sizing: border-box;
    position:relative;
    margin-bottom:5px;
}
 
.video-js {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    height:auto !important;
    width:auto !important;
}
 
.video-js video {
    width:100%;
    height:100%;
}

body {
    overflow: hidden;
}