#home .vx-v6-stage{
  overflow:visible!important;
}
#home .vx-v6-stage .vx-hero-market-float-layer{
  position:absolute!important;
  inset:0!important;
  z-index:12!important;
  pointer-events:none!important;
}
#home .vx-v6-stage .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;
}
@media(max-width:900px){
  #home .vx-v6-stage .vx-hero-market-float-layer{
    z-index:12!important;
  }
}
