@media (max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  body{background-attachment:scroll!important;background-position:center top!important}
  main,section{max-width:100%}
  img,video{max-width:100%;height:auto}
  .topbar{max-width:calc(100% - 16px)!important}
  .topbar .logo img{max-width:126px!important}
  .mz-persistent-player{left:8px!important;right:8px!important;width:auto!important;max-width:none!important}
}
@media (max-width:420px){
  .topbar{max-width:calc(100% - 10px)!important}
  .topbar .logo img{max-width:112px!important}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
