.video-player-container, .vjs-remaining-time-display {
    display: none;
}

.video-player-container {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
}

.video-player-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js .vjs-control-bar  {
    display: flex;
    width: 100%;
}

.video-js{
    max-height: 300px;
}

@media screen and (min-width: 992px) {
    .video-js{
        max-height: 600px;
    }
}