.main-content {
  z-index: 1;
}

.main-navigation {
  border-color: transparent;
}

.page-heading {
  position: relative;
  z-index: 1;
  text-shadow: 0.5em 0.5em 2em black;
}

#yt-header-container {
  position: relative;
  height: 10rem;
}

#yt-header-inner-container {
  position: absolute;
  overflow: hidden;
}

#yt-header-iframe {
  border: none;
  pointer-events: none;
}

@media (prefers-reduced-motion) {
  #yt-header-container {
    display: none;
  }

  .page-heading {
    text-shadow: none;
  }

  .main-navigation {
    border-color: var(--color-stroke);
  }
}