aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/components/video.scss
blob: 3caf866d905b9ae8f65800244a814589d4aa3f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// --------------------------------------------------------------
// Video styles
// --------------------------------------------------------------

.plyr--video {
    overflow: hidden;

    // Menu open
    &.plyr--menu-open {
        overflow: visible;
    }
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    // Require z-index to force border-radius
    z-index: 0;
}