.closing-gather .gather-film {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}

.closing-gather .gather-film.is-playing {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .closing-gather .gather-film {
    display: none;
    transition: none;
  }
}
