This commit is contained in:
Set Hallstrom 2020-09-08 18:07:38 +02:00
parent b747089fca
commit 5113069605
171 changed files with 9868 additions and 10786 deletions

33
_sass/_videos.scss Normal file
View file

@ -0,0 +1,33 @@
/* Background Video */
.fullscreen-bg {
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
z-index: 0;
background: var(--bg);
top: 0;
left: 0;
right: 0;
z-index: 0;
}
.fullscreen-bg__video {
object-fit: cover;
width: 100vw;
height: 100vh;
position: absolute;
top: 0;
left: 0;
}
#myVideo {
position: absolute;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}