
.gallery-slideshow__swiper {
  padding: 0 calc( (var(--swiper-navigation-size)/ 44 * 27) + (var(--swiper-navigation-sides-offset,10px) * 2))!important;
}

.gallery-slideshow__figure {
  display: block;
  padding-top: 100%;
  position: relative;
}

.gallery-slideshow__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .15s ease-out;
}

.gallery-slideshow__figure:hover .gallery-slideshow__image,
.gallery-slideshow__figure:focus .gallery-slideshow__image {
  transform: scale(1.1);
}