.gallery .gallery-swiper {
  padding: 0 15px;
}
.gallery .gallery-video {
  position: relative;
  padding: 40px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.gallery .gallery-video__slide {
  border-radius: 30px;
  overflow: hidden;
}
.gallery .gallery-video__icon {
  position: absolute;
  width: 80px;
  height: 80px;
  inset: 0;
  margin: auto;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--accent);
  pointer-events: none;
}
.gallery .gallery-video__icon svg {
  width: 10px;
  height: 12px;
}
.gallery video,
.gallery iframe {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .swiper {
  width: 100%;
  height: max-content;
}
.gallery .swiper .swiper-wrapper {
  width: 100%;
  height: max-content;
}
.gallery__img {
  display: block;
  height: 440px;
}
.gallery__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=block.css.map */
