.ImageSlider {
  position: relative;
  overflow: hidden;
}

.ImageSlider-menuButtons {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
}

@media screen and (min-width: 769px) {

.ImageSlider-menuButtons {
    bottom: 95px;
    justify-content: space-between;
    transform: translateY(50%);
}
  }

@media screen and (min-width: 1367px) {

.ImageSlider-menuButtons {
    bottom: 50%;
    justify-content: space-between;
    transform: translateY(50%);
}
  }

.ImageSlider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #ffffff;
}

.ImageSlider-button.swiper-button-disabled {
    color: rgba(255, 255, 255, 0.3);
  }

.ImageSlider-buttonNext i,
.ImageSlider-buttonPrev i {
  font-size: 2.5rem;
}

.ImageSlider-buttonPrev {
  margin-left: 100px;
}

.ImageSlider-buttonNext {
  margin-right: 100px;
}

.ImageSlider-pagination {
  margin: 10px 0;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background-color: var(--clr-primary);
}

.fslightbox-toolbar,
.fslightbox-slide-number-container {
  background-color: var(--clr-primary) !important;
}

.fslightbox-slide-btn {
  background-color: var(--clr-primary) !important;
}

.neos-backend .swiper-wrapper {
  display: block;
}
