.taro-preview_img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.taro-preview_swiper {
  position: absolute;
  top: 50%;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(-50%);
}
.taro-preview_swiper-item {
  display: flex;
  align-items: center;
}
.taro-preview_pagination {
  position: absolute;
  left: 20px;
  bottom: 30px;
  font-size: 16px;
  color: #fff;
}