.wp-block-gallery.wpGallerySwiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 2rem;
}

.wp-block-gallery.wpGallerySwiper .swiper-wrapper {
  align-items: stretch;
}

.wp-block-gallery.wpGallerySwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.wp-block-gallery.wpGallerySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.wp-block-gallery.wpGallerySwiper .swiper-button-prev,
.wp-block-gallery.wpGallerySwiper .swiper-button-next {
  width: 28px;
  height: 28px;
}

.wp-block-gallery.wpGallerySwiper .swiper-button-prev::after,
.wp-block-gallery.wpGallerySwiper .swiper-button-next::after {
  font-size: 14px;
}

.wp-block-gallery.wpGallerySwiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 12px;
}

.wp-block-gallery.wpGallerySwiper.is-single-slide .swiper-button-prev,
.wp-block-gallery.wpGallerySwiper.is-single-slide .swiper-button-next,
.wp-block-gallery.wpGallerySwiper.is-single-slide .swiper-pagination {
  display: none;
}
