body {
  background: #fff;
}

.video-show-page {
  min-height: 100vh;
  padding-top: 88px;
  padding-bottom: 88px;
}

.video-show-hero {
  padding-top: 24px;
}

.video-show-player-wrap {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.video-show-player-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.video-show-headline {
  padding: 28px 36px 20px;
  text-align: center;
  background: #fff;
}

.video-show-headline h1 {
  margin: 0;
  color: #111827;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.video-show-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-show-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  color: rgba(255,255,255,.72);
  background: #111;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .video-show-page {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .video-show-headline {
    padding: 22px 20px 16px;
  }

  .video-show-headline h1 {
    font-size: 26px;
    line-height: 1.24;
  }
}

@media (max-width: 767.98px) {
  .video-show-page {
    padding-top: 76px;
    padding-bottom: 48px;
  }

  .video-show-hero {
    padding-top: 12px;
  }

  .video-show-headline h1 {
    font-size: 22px;
    line-height: 1.3;
  }
}
