11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
|
#video {
|
||
|
top: 6vh;
|
||
|
right: 0;
|
||
|
background: blue;
|
||
|
z-index: 5;
|
||
|
width:auto;
|
||
|
height:30vh;
|
||
|
/* display:none; */
|
||
|
overflow: hidden;
|
||
|
}
|