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

.swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.gallery-top {
  width: 100%;
}

.Section-content > .gallery-top {
  height: 80%;
}

.gallery-thumbs {
  display: none;
  box-sizing: border-box;
  height: auto;
  margin-bottom: 30px;
  padding: 10px 0;
}

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

.gallery-thumbs {
    display: block;
}
  }

.Section-content > .gallery-thumbs {
  height: 20%;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.ImageSlider-menuButtons .swiper-btn {
  position: absolute;
  z-index: 10;
  top: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 2.625rem;
  background-color: transparent;
  color: #ffffff;
  transform: translateY(-50%);
}

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

.ImageSlider-menuButtons .swiper-btn {
    top: 50%;
}
  }

.ImageSlider-menuButtons .swiper-btn {
  cursor: pointer;
}

.ImageSlider-menuButtons .swiper-btn.swiper-button-disabled {
    opacity: 0.5;
  }

.ImageSlider-menuButtons .swiper-btn-prev {
  left: 30px;
}

.ImageSlider-menuButtons .swiper-btn-next {
  right: 30px;
}

.ImageSlider-menuButtons .swiper-btn-prev svg {
  margin-left: -3px;
}

.ImageSlider-menuButtons .swiper-btn-prev svg path {
    fill: #ffffff;
  }

.ImageSlider-menuButtons .swiper-btn-next svg {
  margin-right: -3px;
}

.ImageSlider-menuButtons .swiper-btn-next svg path {
    fill: #ffffff;
  }
