.small-scrollbar::-webkit-scrollbar-track {
  display: none;
}

.small-scrollbar::-webkit-scrollbar-button:end:decrement {
  width: 20px;
  display: block;
  background: transparent!
}

.small-scrollbar::-webkit-scrollbar-button:start:increment {
  width: 20px;
  display: block;
  background: transparent!
}

@media (max-width: 1024px) {
  .scrollbar-hide-mobile {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .scrollbar-hide-mobile::-webkit-scrollbar {
    display: none;
  }
}
