.video-shade {
  background:
    linear-gradient(90deg,
      rgba(8,27,25,.98) 0%,
      rgba(8,35,32,.95) 38%,
      rgba(7,55,52,.82) 62%,
      rgba(13,23,21,.38) 100%),
    linear-gradient(180deg, rgba(13,23,21,.22), rgba(13,23,21,.08));
}

.hero-content h1,
.hero-content .eyebrow,
.hero-content > p {
  text-shadow: 0 2px 18px rgba(0,0,0,.42);
}

@media (max-width:760px) {
  .video-shade {
    background: linear-gradient(90deg, rgba(8,27,25,.98), rgba(8,35,32,.88));
  }
}
