/* Only user-initiated playback on a landscape phone uses this fitting mode. */
html.tde-landscape-playback { scroll-padding-top: 8px; }
html.tde-landscape-playback .site-header { position: absolute; }
html.tde-landscape-playback .production {
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
}
html.tde-landscape-playback .production-art--playing {
  box-sizing: border-box;
  width: var(--tde-player-width, 100%);
  max-width: 100%;
  height: var(--tde-player-height, 200px);
  min-height: 0;
  padding: 0;
  border: 0;
  justify-self: center;
  align-self: start;
  margin-inline: auto;
  background: #000000;
}
html.tde-landscape-playback .production-art--playing .production-art-youtube {
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transform: none;
}
html.tde-landscape-playback .production-art--playing .production-art-fallback,
html.tde-landscape-playback .production-art--playing .production-teaser-shade,
html.tde-landscape-playback .production-art--playing .production-teaser-play[hidden] {
  display: none;
}
