aboutsummaryrefslogtreecommitdiffstats
path: root/src/less/components/video.less
blob: f5ff01c89acc32f533363810b69a66ccae0f84df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// --------------------------------------------------------------
// Video styles
// --------------------------------------------------------------

.plyr--video {
    overflow: hidden;
}

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