.banner-carousel-image-only img {
    width: auto;
    border-radius: var(--border-radius-md);
    height: auto;
}
.banner-carousel-slider.swiper {
    padding-bottom: 38px;
}
.banner-carousel-image-only .banner-link {
    display: block;
    text-align: center;
}
.banner-carousel-slider.swiper .swiper-button {
  justify-content: space-between;
  top: 50%;
  left: 50%;
  bottom: auto;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner-carousel-slider.swiper .swiper-button > div {
  opacity: 0.5;
  width: 40px;
  height: 40px;
}
.banner-carousel-slider.swiper {
  padding-bottom: 30px;
  margin-bottom: var(--space-3xl);
}
.banner-carousel-slider .swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
}