:global {
  .smooth-slider {
    position: relative;
  }

  .smooth-list {
    overflow: hidden;
  }

  .smooth-track {
    width: 100%;
    white-space: nowrap;
  }

  .smooth-slide {
    float: none !important;
    display: inline-block !important;
  }
}
