/* Atheno base — device-true behavior. Do not remove. */
@media (max-width: 480px){
  html{scrollbar-width:none}
  ::-webkit-scrollbar{display:none;width:0;height:0}
}
