/* Background Video */
.fullscreen-bg {
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
z-index: 0;
background: var(--bg);
top: 0;
left: 0;
right: 0;
}
.fullscreen-bg__video {
object-fit: cover;
width: 100vw;
height: 100vh;
#myVideo {
bottom: 0;
min-width: 100%;
min-height: 100%;
@media only screen and (max-width: 767px) {
display: none;