blob: 55f2fe7c5fd75d4423642a9e17e467fb1f1e4271 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.videoBox-cont, .videoBox-cont-interactive, .videoBox-cont-fullScreen {
width: 100%;
height: Auto;
}
.videoBox-cont-interactive {
pointer-events: all;
}
.videoBox-cont-fullScreen {
pointer-events: all;
}
|