/* Homepage hero refresh: preserve readable content over the new road scene. */
.paragraph--homepage-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #071729;
}

.paragraph--homepage-hero .hero-video::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4, 16, 30, .86) 0%, rgba(4, 16, 30, .73) 42%, rgba(4, 16, 30, .26) 73%, rgba(4, 16, 30, .34) 100%);
}

.paragraph--homepage-hero .hero-video img.vjs-tech {
  object-fit: cover;
  object-position: center;
}

.paragraph--homepage-hero .hero-content {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .paragraph--homepage-hero .hero-video::after {
    background: linear-gradient(180deg, rgba(4, 16, 30, .88) 0%, rgba(4, 16, 30, .68) 53%, rgba(4, 16, 30, .30) 100%);
  }

  .paragraph--homepage-hero .hero-video img.vjs-tech {
    object-position: 62% center;
  }
}
