#video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#hls-video {
    display: block;
    width: 100%;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    background: #000000;
}
#hls-video.vertical-video {
    max-width: fit-content;
    height: 80%;
}
.mfp-content {
    height: 100%;
}
.mfp-close-btn-in .mfp-close {
    background: #fff;
    color: #000;
}

@media (max-width: 991px) {
    #hls-video {
        max-width: 100%;
    }
}