.main-banner-title {
  max-width: 24ch;
  margin: 1rem auto;
}

.main-banner-title h1,
.main-banner-title h2,
.main-banner-title h5 {
  line-height: 1;
  margin-bottom: 0;
}

.main-banner-title h1 {
  font-weight: 600;
  font-size: 4em;
}

.main-banner-title h2 {
  line-height: 1.25;
  font-weight: 300;
  font-size: 4em;
}

.main-banner-title h5 {
  font-size: 1.125em;
  color: var(--color-secondary);
  text-align: right;
  position: relative;
  top: 0.5em;
}

.banner-text {
  max-width: 24ch;
}

.crew-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 1rem;
}

.crew-member {
  text-align: center;
  width: 120px;
}

.crew-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

.crew-name {
  font-weight: bold;
  font-size: 1rem;
}

.crew-job-description {
  font-size: 0.85rem;
  color: #666;
}

.video-header {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.video-overlay {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 1em;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1024px) {
  .video-overlay {
    position: relative;
    color: var(--color-bol-blue);
    background: none;
  }
  .video-overlay h1 {
    font-size: 2em;
  }
}

.video-header video {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.video-overlay h1 {
  font-size: 5em;
}

.video-overlay p {
  font-size: 1.5em;
}

.timelines time {
  font-weight: bold;
  display: inline-block;
  width: 6ch;
}

table.timelines {
  border-collapse: separate;
}

.relieve-section-banner {
  background-color: #1eadff;
}

.relive-section {
  text-align: center;
  font-size: 2.5rem;
}

.relive-section .fa-angle-right {
  font-size: 1.5rem;
  width: 1em;
  text-align: center;
}

.relive-section h1,
.relive-section h2 {
  color: var(--color-main);
}

.relive-edition {
  width: 100%;
  max-width: 450px;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.relieve-section-banner-sm {
  padding: 0.5em;
  margin-top: 0.35em;
}

.relieve-section-banner-sm h2 {
  color: var(--color-main);
}

.relive-edition .fa-youtube {
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.relive-edition:hover {
  color: #d12c2a;
}

.relive-2017-edition {
  background-image: url("../../assets/images/covers/2017-youtube-playlist-cover.jpg");
}

.relive-2018-edition {
  background-image: url("../../assets/images/covers/2018-youtube-playlist-cover.jpg");
}

.relive-2019-edition {
  background-image: url("../../assets/images/covers/2019-youtube-playlist-cover.jpg");
}

.relive-2020-edition {
  background-image: url("../../assets/images/covers/2020-youtube-playlist-cover.jpg");
}

.relive-2021-edition {
  background-image: url("../../assets/images/covers/2021-youtube-playlist-cover.png");
}

.relive-2022-edition {
  background-image: url("../../assets/images/covers/2022-youtube-playlist-cover.jpeg");
}

.relive-2023-edition {
  background-image: url("../../assets/images/covers/2023-youtube-playlist-cover.jpeg");
}

.relive-2024-edition {
  background-image: url("../../assets/images/covers/2024-youtube-playlist-cover.jpg");
}

.past {
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .light-bordered {
    padding: 2em;
  }
  .banner-text {
    max-width: initial;
  }
  .relive-section {
    text-align: left;
  }
  .relive-section h1 {
    font-size: 2.75rem;
    font-weight: bold;
  }
  .relive-section h2 {
    font-size: 2rem;
  }
  .relieve-section-banner-sm + .relieve-section-banner-sm {
    margin-left: 0.4em;
  }
}

.map-point-color {
  color: red;
}
