/* GIF-Medien — ohne Scroll-Glow (verursachte weißen Wash) */

.tf-showcase__figure--live::after,
.tf-showcase__img--live {
  animation: none !important;
}

.tf-showcase--cinema .tf-showcase__item.is-in-view .tf-showcase__figure {
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
}
