/* When tab is hidden or reduced-motion: stop expensive loops */
html.sk-film-paused .grain,
html.sk-film-paused .film-grain,
html.sk-film-paused [data-film-fx],
html.sk-reduce-motion .grain,
html.sk-reduce-motion .film-grain,
html.sk-reduce-motion [data-film-fx] {
  animation: none !important;
}
html.sk-film-paused .grain,
html.sk-reduce-motion .grain {
  opacity: 0.03;
}
