
.quiz-video-fullscreen,
.quiz-video-fullscreen-container,
.quiz-video-fullscreen .qpage-video-player-video {
    width: 100%;
    height: 100%;
}

.quiz-video-fullscreen .qpage-video-player-video {
    object-fit:cover;
}

.quiz-video-fullscreen-container video {
    object-fit: cover;
    object-position: center;
}

.quiz-video-fullscreen-container .vjs-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: initial;
    object-position: center;
    max-width: none;
    background-size: cover;
    background-position: 50%;
}

.quiz-video-fullscreen-pass {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 60px;
    cursor: pointer;
}

@media (max-width:1100px)
{
    .quiz-video-fullscreen {
        position:fixed;
        left:0;
        right:0;
        top:0;
        bottom:0;
        z-index:100;
    }
}