.video-js {
    width: 300px !important;
    height: 169px !important;
}

@media only screen and (min-width : 800px) {
    .video-js {
        width: 640px !important;
        height: 360px !important;
    }
}