@media screen and (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    background: transparent !important;
  }
  * {
    scrollbar-width: none !important;
  }
  body {
    -ms-overflow-style: none !important;
    overflow-x: hidden !important;
  }
}