﻿.video-js {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

    .video-js .vjs-tech {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

.vjs-fluid {
    padding-top: 56.25% !important; /* 16:9 */
}
