/* Route5 route5.com mirror — visibility + iframe scroll only. Motion from Next/GSAP bundles. */
html,
body {
  opacity: 1 !important;
  visibility: visible !important;
}

html.r5-embedded-mirror,
html.r5-embedded-mirror body {
  overflow: auto !important;
  height: auto !important;
  min-height: 100%;
}

html.r5-embedded-mirror .fix-safari-autoplay {
  opacity: 1;
}
