.scrolling-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}

.card-class-showcase {
  flex: 0 0 auto;
  width: 280px;
}

.scrolling-wrapper::-webkit-scrollbar {
  display: none!important;
}

