/* Freeze decorative layers only while a video is playing on a mobile device. */
html.mobile-video-playing .fusion-shell *,
html.mobile-video-playing .works-ambient-lights,
html.mobile-video-playing .works-ambient-lights * {
  animation-play-state: paused !important;
}
