@media (max-width:900px){
  html.vx-ios-home-performance #particles-js{
    display:none!important;
  }

  html.vx-ios-home-performance #home .vx-hero-market-float-layer .vx-v6-ticker{
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    box-shadow:
      0 10px 24px rgba(0,0,0,.24),
      inset 0 1px 0 rgba(255,255,255,.045)!important;
    will-change:auto!important;
  }

  html.vx-ios-home-performance #home .vx-hero-market-float-layer .vx-v6-ticker::before{
    animation-duration:8s!important;
  }

  html.vx-ios-home-performance .vx-pro-nav .vx-v7-brand-mark::before,
  html.vx-ios-home-performance .vx-drawer-brand-mark::before{
    animation-duration:5.8s!important;
    filter:none!important;
  }

  html.vx-ios-home-performance .vx-pro-nav .vx-v7-brand-mark::after,
  html.vx-ios-home-performance .vx-drawer-brand-mark::after{
    animation-duration:8.8s!important;
  }

  html.vx-ios-home-performance .vx-pro-nav .vx-v7-brand-mark svg,
  html.vx-ios-home-performance .vx-drawer-brand-mark svg,
  html.vx-ios-home-performance .vx-floating-v-logo{
    animation-duration:3.7s!important;
    filter:drop-shadow(0 0 8px rgba(39,230,211,.28))!important;
  }

  html.vx-ios-home-performance #home .vx-v6-stage,
  html.vx-ios-home-performance #home .vx-v6-hero,
  html.vx-ios-home-performance #home .vx-v6-hero-inner{
    contain:layout paint;
  }

  html.vx-ios-home-performance.vx-home-hidden #home .vx-hero-market-float-layer .vx-v6-ticker,
  html.vx-ios-home-performance.vx-home-hidden .vx-floating-v-logo{
    animation-play-state:paused!important;
  }

  html.vx-ios-home-performance.vx-home-suspended #home .vx-hero-market-float-layer .vx-v6-ticker{
    transform:
      translate3d(
        calc(var(--vx-float-x,0px) - 50%),
        calc(var(--vx-float-y,0px) - 50%),
        0
      )
      scale(var(--vx-float-scale,1))!important;
  }

  html.vx-ios-home-performance.vx-home-hidden #home *,
  html.vx-ios-home-performance.vx-home-hidden #vx-live-market-track{
    animation-play-state:paused!important;
  }
}

@media (prefers-reduced-motion:reduce){
  #particles-js{
    display:none!important;
  }
  #home .vx-hero-market-float-layer .vx-v6-ticker,
  #home .vx-v6-proof span::before,
  #home .vx-v6-proof span::after{
    animation:none!important;
    transition:none!important;
  }
}
