You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
314 B

#video_wrapper {
position: absolute;
top: 20vh;
left: 5vw;
width: 80vw;
height: 60vh;
}
video {
height: 100%;
width: 50vw;
}
p {
position: absolute;
width: 25vw;
height: 60vh;
right: 2vw;
top: 0vw;
text-align: center;
color: black;
}