/* ===================================================================
   HERO VIDEO BACKGROUND
   =================================================================== */

.hero-video-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: 0;
  pointer-events: none;
  display: block;
  opacity: 1;
}

#hero { background: #040D18; }
