.hero-player-cover-stage{position:relative}
.vinyl-disc{animation:flimboVinylSpin 4.8s linear infinite;animation-play-state:paused}
.hero-player-pro.is-playing .vinyl-disc{animation-play-state:running}
@keyframes flimboVinylSpin{to{transform:rotate(360deg)}}
@media(max-width:760px){
  html{background:#030503}
  body{overflow-x:hidden}
  .sidebar{display:none!important}
  main{margin-left:0!important;width:100%!important}
  .player{left:0!important}
  .social-grid{grid-template-columns:1fr!important}
  .hero-player-pro{grid-template-columns:1fr!important}
}