.showcase-img {
  background-position: center center;
}

.showcase-text h2 a:link {
  text-decoration: none;
}

.showcase-text h2 a:hover {
  text-decoration: none;
}

.series-item {
  margin-top: 2em;
  /*margin-left: 3em;*/
  /*margin-right: 3em;*/
}

.youtube-video-container {
  width: 100%;
  /*max-width: 800px;*/
}

.youtube-video-container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  object-fit: cover;
}

.header-link a:link {
  text-decoration: none;
}

.header-link a:hover {
  text-decoration: none;
}

