/* ONE HIT MUSIC V299 — mobile rendering cost reduction */
html.ohm-lite-v223 body #songs,
html.ohm-lite-v223 body #playlists,
html.ohm-lite-v223 body #artists,
html.ohm-lite-v223 body #reels,
html.ohm-lite-v223 body #trending{
  content-visibility:auto;
  contain-intrinsic-size:700px;
}
html body #songsPlayerCard,
html body #songsPlayerCard *{
  touch-action:manipulation;
}
@media (max-width:760px){
  html body .section,
  html body .side-card,
  html body .card,
  html body .playlist-card,
  html body .reel-card,
  html body .artist,
  html body #songsPlayerCard,
  html body #songsPlayerCard .premium-main,
  html body #songsPlayerCard .yt-channel-row,
  html body #songsPlayerCard .yt-control-line,
  html body #songsPlayerCard .ohm-player-quick-actions-v297{
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    will-change:auto!important;
  }
  html body #songsPlayerCard iframe,
  html body #songsPlayerCard img,
  html body #songsPlayerCard svg{
    filter:none!important;
  }
  html body #songsPlayerCard .ohm-pqa-card-v297,
  html body #songsPlayerCard .yt-control-line>button,
  html body #songsPlayerCard .ohm-channel-subscribe-v292{
    transition:background-color 100ms ease,border-color 100ms ease,opacity 100ms ease!important;
  }
}
@media (prefers-reduced-motion:reduce){
  html body *{scroll-behavior:auto!important;}
}
