.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 3rem;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    width: 100%;
    margin: 0.3rem auto 0 auto;
  }
}

@media screen and (max-width: 668px) {
  .button div {
    width: 28px;
    height: 28px;
  }
}

.swiper-slide img {
  width: 100%;
  border-radius: 0.1rem;
}
