.slider {
  margin: 0 auto;
  max-width: 100%;
}

.swiper-container {
  padding-bottom: calc(30px + 5%);
}

.swiper-scrollbar {
  background: #e6e6e6;
}

.swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 0px;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-wrapper img {
  width: 100%;
}

.swiper-scrollbar-drag { background: #f6ab00; border-radius: 0;}