/* Main YouTube video: follows the promotion/video responsive iframe pattern. */
.main-youtube-hero {
  width: 100%;
  background: #000;
}

.main-youtube-hero__wrap {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.main-youtube-hero .video-responsive {
  padding-bottom: 43.3333%;
}

.main-banner {
  margin-top: var(--height-header);
  padding: 26px 20px 28px;
  background: #111;
  color: #fff;
  text-align: center;
}

.main-banner__title {
  margin: 0;
}

.main-banner__title {
  font-size: clamp(1.35rem, 2.8vw, 2.35rem);
  line-height: 1.2;
}

.video-bottom-banner {
  padding: 18px 20px 20px;
  background: #111;
  color: #fff;
  text-align: center;
}

.video-bottom-banner__title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.35;
}

@media screen and (max-width: 900px) {
  .main-banner {
    padding: 20px 14px 22px;
  }

  .main-banner__title {
    font-size: 1rem;
  }

  .video-bottom-banner {
    padding: 14px 12px 16px;
  }

  .video-bottom-banner__title {
    font-size: 1rem;
  }
}
