.my-original-swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をトリミングして枠いっぱいに表示 */
}
.swiper-pagination-bullets {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  display: none!important;
}