body.learndash-cpt.learndash-embed-responsive .ld-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

body.learndash-cpt.learndash-embed-responsive .ld-video div.wp-video,
body.learndash-cpt.learndash-embed-responsive .ld-video embed,
body.learndash-cpt.learndash-embed-responsive .ld-video iframe,
body.learndash-cpt.learndash-embed-responsive .ld-video object,
body.learndash-cpt.learndash-embed-responsive .ld-video video {
    height: 100%;
    left: 0;
    top: 0;
    width: 100% !important
}

body.learndash-cpt.learndash-embed-responsive .ld-video iframe {
    position: absolute
}

body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] iframe {
    position: unset
}

body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] .spotlightr-id iframe {
    position: absolute
}

body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video,
body.learndash-cpt.learndash-embed-responsive .mejs-overlay.mejs-video.load,
body.learndash-cpt.learndash-embed-responsive .wp-video,
body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode {
    height: 100% !important;
    width: 100% !important
}

body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video {
    padding-top: 56.25%
}

body.learndash-cpt.learndash-embed-responsive .wp-video,
body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode {
    max-width: 100% !important
}

body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode {
    position: relative
}

body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-mediaelement {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-overlay-play {
    bottom: 0;
    height: auto !important;
    left: 0;
    right: 0;
    top: 0;
    width: auto !important
}