.section-slider .swiper {
  --swiper-pagination-bottom: 0;

  --swiper-navigation-sides-offset: 0;
  --swiper-navigation-top-offset: calc(
    100% - 0.5 * var(--swiper-navigation-size)
  );
}

/* Slides full height */
.section-slider .swiper-slide {
  display: flex;
  height: auto;
}
.section-slider .swiper-slide > * {
  width: 100%;
}

/* Pagination and navigation */
.section-slider .swiper-wrapper {
  padding-bottom: 5rem;
}

.section-slider .swiper-pagination {
  margin-bottom: calc(
    0.5 * (var(--swiper-navigation-size) - var(--swiper-pagination-bullet-size))
  );
}

.section-slider .swiper-button {
  left: auto;
}

.section-slider .swiper-button-prev {
  right: var(--swiper-navigation-size);
  margin-right: 1em;
}
