.section-custom_slideshow .swiper-controls,
.section-custom_slideshow .swiper-pagination {
  min-height: 24px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-custom_slideshow .swiper-pagination-bullet,
.section-custom_slideshow .swiper-pagination-bullet::before {
  width: 8px;
  height: 8px;
  display: inline-block;
}

.section-custom_slideshow .swiper.slideshow-wrapper.custom-slideshow-wrapper,
.section-custom_slideshow slideshow-component.custom-slideshow-wrapper {
  background: #f1f1f1;
}