setto.basspistol.com/_sass/_videos.scss

19 lines
296 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%;
}