/*
Theme Name: Doctio Child
Template: doctio
Version: 1.0
*/

.ebc-btn {
    display: none !important;
}

.course-player iframe {
    height: calc(100vh - (6vw + 114px)) !important;
}

@media (max-width: 1493px) {
    .course-player iframe {
        height: calc(100vh - (6vw + 135px)) !important;
    }
}