html body #comp-mm6pj5ve5,
html body #bgLayers_comp-mm6pj5ve5,
html body #bgMedia_comp-mm6pj5ve5 {
  background: #e5e8eb url("/assets/updates/home-hero-first-frame.jpg") center center / cover no-repeat !important;
}

html body #bgLayers_comp-mm6pj5ve5,
html body #bgMedia_comp-mm6pj5ve5 {
  overflow: hidden !important;
}

html body #bgMedia_comp-mm6pj5ve5 {
  position: relative !important;
}

html body #bgMedia_comp-mm6pj5ve5 > *:not(.lifeboat-hero-video) {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

html body #bgMedia_comp-mm6pj5ve5 > .lifeboat-hero-video {
  background: transparent !important;
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  transition: opacity 180ms ease !important;
  visibility: visible !important;
  width: 100% !important;
  z-index: 1 !important;
}

html body #bgMedia_comp-mm6pj5ve5 > .lifeboat-hero-video.is-playing {
  opacity: 1 !important;
}

@media (max-width: 700px) {
  html body #comp-mm6pj5ve5,
  html body #bgLayers_comp-mm6pj5ve5,
  html body #bgMedia_comp-mm6pj5ve5 {
    background-image: url("/assets/updates/home-hero-first-frame.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}
