/* Saisonkarten: Die Bildhöhe bleibt unabhängig von der Länge des Programmtexts.
   Die im Konzert-Backend gespeicherte object-position wird weiterhin verwendet. */
.program-page-section .program-concert-block {
  align-items: start;
}

@media (min-width: 761px) {
  .program-page-section .program-concert-content {
    padding-top: 0 !important;
  }
}

.program-page-section .program-concert-image,
.program-page-section .program-concert-image .image-credit-wrap {
  width: 100%;
  height: clamp(280px, 31vw, 390px);
  min-height: 0;
  max-height: 390px;
}

.program-page-section .program-concert-image img,
.program-page-section .program-concert-image .placeholder-art {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 390px;
  object-fit: cover;
  object-position: var(--kis-image-position, center center);
}

.program-page-section .works-preview .kis-paragraph-break {
  display: block;
  height: 0.8em;
}

@media (max-width: 760px) {
  .program-page-section .program-concert-image,
  .program-page-section .program-concert-image .image-credit-wrap {
    height: clamp(240px, 68vw, 360px);
    max-height: 360px;
  }

  .program-page-section .program-concert-image img,
  .program-page-section .program-concert-image .placeholder-art {
    max-height: 360px;
  }
}
