/* VideoJS */
@media (max-width:600px), (max-height: 600px) {
    .video-js {
        width: 80vw !important;
        height: calc(80vw * 0.5625) !important;
    }
}
