.mobile-slider {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

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