.library-videos-page .hero {
  background: #071a2d !important;
  isolation: isolate;
}

.library-videos-page .videos-hero-image,
.library-videos-page .videos-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.library-videos-page .videos-hero-image {
  z-index: 0;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.library-videos-page .videos-hero-shade {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(6, 22, 44, .54) 0%, rgba(6, 22, 44, .28) 38%, rgba(6, 22, 44, .06) 62%, transparent 78%);
}

.library-videos-page .hero-inner {
  z-index: 2;
  max-width: 38rem;
}

.library-videos-page .hero p {
  max-width: 35rem;
}

@media (max-width: 760px) {
  .library-videos-page .videos-hero-image {
    object-position: 70% center;
  }

  .library-videos-page .videos-hero-shade {
    background: linear-gradient(90deg, rgba(6, 22, 44, .78) 0%, rgba(6, 22, 44, .52) 68%, rgba(6, 22, 44, .2) 100%);
  }

  .library-videos-page .hero-inner {
    max-width: 100%;
  }
}
