.course-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.disabled .lesson-link {
    pointer-events: none;
}

.single-lesson-content .web-plain-video {
    background-position: 50% 50% !important;
    background-size: cover !important;
}
