.video-hero {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 0;
  max-height: none;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  z-index: 0;
  pointer-events: none;
}

.video-hero__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}

.video-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 22, 34, 0.08) 0%,
    rgba(7, 18, 28, 0.58) 72%,
    rgba(7, 18, 28, 0.82) 100%
  );
}

#page-header.full_page {
  position: relative;
  height: 100vh;
  min-height: 460px;
  background: #060b12 !important;
  overflow: hidden;
}

#page-header.full_page::before {
  background: transparent !important;
}

#page-header.full_page #site-info {
  position: relative;
  z-index: 2;
}

#page-header.full_page #nav {
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .video-hero {
    inset: 0;
  }

  #page-header.full_page {
    min-height: 380px;
  }
}
