:root {
  --sun: #8fd3cc;
}

.hero {
  background: #10211f url('/assets/images/byron-lighthouse.jpg') center / cover no-repeat;
}

.hero-video {
  position: absolute;
  inset: -8%;
  overflow: hidden;
  pointer-events: none;
}

.hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  height: 100vh;
  min-height: 56.25vw;
  border: 0;
  transform: translate(-50%, -50%) scale(1.18);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: block;
  padding: 110px 0 64px;
}

.hero-layout .hero-content {
  max-width: 820px;
  padding: 0;
}

@media (max-width: 680px) {
  .feature-media {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
  }

  .hero-layout {
    padding: 40px 0 54px;
  }
}
