.my-gallery-zoom {
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0 auto;
}

.my-gallery-zoom .swiper-slide {
  display: flex;
  text-align: center;
  font-size: 1em;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-zoom-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #3873A6;
  opacity: 1;
  border: #3873A6 1px solid;
  background: #fafafa;
}

.swiper-pagination-bullet-active {
  color: #fafafa;
  background: #3873A6;
}