body {
  overflow: hidden;
}
body header .content-width .burger-menu-nav .burger-menu-nav-content nav ul #home a {
  color: var(--accent);
}
body main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
body main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body footer {
  display: none;
}/*# sourceMappingURL=home.css.map */