setto.basspistol.com/_sass/_videos.scss

25 lines
394 B
SCSS
Raw Normal View History

2020-08-03 21:40:11 +02:00
/* Background Video */
.fullscreen-bg {
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
z-index: -100;
background: #fff;
}
.fullscreen-bg__video {
background: #fff;
position: relative;
left: 50%;
top:50%;
transform: translate(-50%, -50%);
width: 100%;
}
2020-08-05 10:48:20 +02:00
#myVideo {
position: absolute;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}