learndash_lesson_video.css
1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
body.learndash-cpt.learndash-embed-responsive .ld-video {
position: relative;
padding-bottom: 56.25%;
/* padding-top: 30px; */
height: 0;
overflow: hidden;
}
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 embed,
body.learndash-cpt.learndash-embed-responsive .ld-video video,
body.learndash-cpt.learndash-embed-responsive .ld-video div.wp-video {
top: 0;
left: 0;
width: 100% !important;
height: 100%;
}
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 .wp-video,
body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode,
body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video,
body.learndash-cpt.learndash-embed-responsive .mejs-overlay.mejs-video.load {
width: 100% !important;
height: 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 {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-overlay-play {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto !important;
height: auto !important;
}