.video-container {
    position: relative;
    /*display: block;*/
    padding-bottom: 56.25%;
    /*padding: 0 0 56.25%;*/
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 25px;
}
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-js-container { width: 100%; }
.video-js-container video { width: 100%; margin-bottom: 25px; }
.video-js { width: 100% !important;}