.sunday-people-band {
  position: relative;
  background: var(--ss-yellow);
  overflow: hidden;
  font-family: var(--ss-font-body);
}

.sunday-people-band__media {
  height: var(--sunday-people-band-height, 560px);
}

.sunday-people-band__media img,
.sunday-people-band__media theme-video-media {
  display: block;
  width: 100%;
  height: 100%;
}

.sunday-people-band__media img {
  object-fit: cover;
  object-position: top center;
}

.sunday-people-band__video {
  height: 100%;
}

.sunday-people-band__video .theme-video-media {
  height: 100%;
  aspect-ratio: auto !important;
}

.sunday-people-band__video .theme-video-media__poster,
.sunday-people-band__video .theme-video-media__poster img,
.sunday-people-band__video .theme-video-media__media,
.sunday-people-band__video .theme-video-media__media video,
.sunday-people-band__video .theme-video-media__media iframe {
  width: 100%;
  height: 100%;
}

.sunday-people-band__video .theme-video-media__poster img {
  object-fit: cover;
  object-position: top center;
}

.sunday-people-band__video .theme-video-media__media video,
.sunday-people-band__video .theme-video-media__media iframe {
  object-fit: cover;
}

.sunday-people-band--video .sunday-people-band__video[data-autoplay="true"] .theme-video-media__play-button {
  display: none;
}

.sunday-people-band--video .sunday-people-band__video[data-autoplay="true"] video {
  pointer-events: none;
}

.sunday-people-band--video .sunday-people-band__video[data-autoplay="true"] video::-webkit-media-controls {
  display: none !important;
}

.sunday-people-band__title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  color: var(--ss-white);
  font-size: var(--ss-display-xl);
  line-height: 0.9;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.sunday-people-band__title--top {
  top: 0.1em;
}

.sunday-people-band__title--middle {
  top: 50%;
  transform: translateY(-50%);
}

.sunday-people-band__title--bottom {
  bottom: 0.1em;
}

@media (max-width: 820px) {
  .sunday-people-band__media {
    height: var(--sunday-people-band-mobile-height, 320px);
  }
}
