.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar {
    display:flex !important;
    z-index:10;
}
.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time, .video-js .vjs-duration, .vjs-no-flex .vjs-duration {
    display: block;
}
.video-js.vjs-fullscreen video{
    max-height:unset;
}
.video-js span {
    color: #fff;
    margin-right: unset;
    padding:unset;
}
.vjs-menu li.vjs-selected span {
    color:#000;
}
.video-js.vjs-fullscreen video {
    padding: unset;
}
.vjs-menu li {
    background:unset;
}
.vjs-playback-rate .vjs-playback-rate-value {
    font-size:1.2em;
    line-height:3;
}
.vjs-button > .vjs-icon-placeholder:before {
    line-height:2;
}
.video-js .vjs-control {
    width:3em;
}
.video-js .vjs-time-control {
    padding: 0;
    min-width:3em;
}
.video-js .vjs-time-control span{
    margin:0 auto;
    white-space:nowrap;
}
.video-js .vjs-current-time, .video-js .vjs-duration {
    display: flex;
    align-items: center
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 3em;
}
.video-js .vjs-control-bar {
    min-height:36px;
}
.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
    height: auto;
}
.my-video-dimensions.vjs-fluid {
    padding:unset !important;
}
.video-js.vjs-fullscreen {
    max-height:initial;
    min-height:inherit;
    z-index:99999;
    background:#000;
}
.blog-area {
    padding:15px 0;
}
.video-js {
    height: calc((100vw - 1.6em) * 0.5625) !important;
    max-height: calc((100vw - 1.6em) * 0.5625);
}
@media screen and (max-width: 520px) {
    .breadcrumb {
        display: none !important;
    }

    .video-js .vjs-tech {
        margin: unset;
    }

    .videonews {
        --width: 100%;
        --marginleft: 0;
    }

    .master-wrapper-content {
        padding: unset;
    }

    .videonews li, .comment, .pagination {
        padding: 0 .8em
    }

    .videobox {
        width: var(--width) !important;
        margin-left: var(--marginleft) !important;
        font-size: 14px;
        padding: unset !important;
    }

    .comment {
        margin-bottom: 3em
    }

    .vjs-has-started.vjs-user-inactive.vjs-playing + .goback {
        display: none;
    }

    .video-js.vjs-fullscreen + .goback {
        display: none;
    }

    .video-js.vjs-fullscreen {
        width: 100vw;
        height: 100vh;
        position: fixed !important;
    }
    .video-js {
        height: calc((100vw + 1.6em) * 0.5625) !important;
        max-height: calc((100vw + 1.6em) * 0.5625);
    }
    .blog-area {
        padding: 66px 0;
    }
}
@media (max-width: 768px) {
    .breadcrumb {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .video-js {
        max-height: calc(408px * 0.5625);
    }
    .blog-area {
        padding: 100px 0;
    }
}
@media (min-width: 992px) {
    .video-js {
        max-height: calc(554px * 0.5625);
    }
}
@media (min-width: 1200px) {
    .video-js {
        max-height: calc(668px * 0.5625);
    }
}