/* Created by Content Blocks */
.image__gallery {
  margin-bottom: 2rem;
}

.image__gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
}

div.image__gallery > .swiper-wrapper {
  flex-direction: row;
  align-items: flex-end;
}

div.image__gallery .swiper-pagination {
  position: inherit;
  top: inherit;
  bottom: inherit;
  margin-top: var(--g-gap-s);
}

div.image__gallery .swiper-pagination-bullet {
  width: 25px;
}

/* gallery mainpage */
.swiper.image__gallery.frame-layout-20 {
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
}

div.image__gallery.frame-layout-20 > .swiper-wrapper {
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: nowrap;
}

div.image__gallery.frame-layout-20 img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

div.image__gallery.frame-layout-20 .swiper-slide {
  height: 100%;
}

@media (min-width: 1280px) {
  div.image__gallery.frame-layout-20 img {
    height: 100% !important;
    width: inherit;
  }
}
