@media all and (max-width: 767px) {
    .vjs-picture-in-picture-control,
    .player-logo,
    .vjs-seek-button{
        display: none !important;
    }
    .vjs-paused #seekBG{
        background-size: contain;
    }
}
@media (max-width: 1200px) {
    .vjs-button:not(.player-logo)  {
        max-width: 30px;
    }
    .vjs-remaining-time, player-logo{
        display: none !important;
    }
}
#avideo-audio-progress{
    background-color: #00000099;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    transition: width .1s;
    border-right: solid 2px #FF000099;
}
.img-portrait {
    transform: scale(0.56) rotate(90deg);
}
.embed-responsive-9by16 {
    padding-bottom: 100%;
}
.video-js.vjs-9-16 {
    padding-top: 100%;
}
.vjs-rotate90 {
    rotate: 90;
    zoom: 1.0;
}
.vjs-thumbnail-holder {
    margin-bottom: 10px;
}