/* ONE HIT MUSIC V434: stable route paint + low-cost rendering. */
html{
  scroll-behavior:auto!important;
  scrollbar-gutter:stable;
}

html body #home,
html body #home > #hero,
html body #home > .content,
html body #blogPage{
  animation:none!important;
  transition:none!important;
  transform:none!important;
  overflow-anchor:none!important;
}

html.ohm-route-fade-out body #home,
html.ohm-route-fade-enter body #home,
html.ohm-route-leave-v419 body #home,
html.ohm-route-enter-v419 body #home,
html.ohm-fast-route-enter body #home,
html.ohm-page-enter body #home,
html.ohm-page-leaving body #home{
  opacity:1!important;
  visibility:visible!important;
  animation:none!important;
  transition:none!important;
  transform:none!important;
}

html body #home.page{
  min-height:100vh;
}

html body img{
  height:auto;
}

html body .card,
html body .reel-card,
html body .playlist-card,
html body .playlist-video-card{
  contain:layout paint style;
}

@media (prefers-reduced-motion:reduce){
  html *,html *::before,html *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}
