.slider {
    /* position: relative; */
    /* width: 100%; */
    overflow-x: scroll;
    overflow-y: hidden;
    /* white-space: nowrap; */
    transition: all 0.2s;
    /* transform: scale(0.95); */
    will-change: transform;
    user-select: none;
    cursor: pointer;
  }

  .slider.active {
    /* background: rgba(255,255,255,0.3); */
    cursor: grabbing;
    cursor: -webkit-grabbing;
    /* transform: scale(1); */
  }