.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}

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


.project-media__item-wrap {
  overflow: hidden;
  border-radius: 16px;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 166px;
  box-sizing: border-box;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .gallery-thumbs {
    height: 78px;
    margin-top: 16px;
  }
}

.gallery-thumbs .swiper-slide {
  border-radius: 8px;
  background-repeat: repeat;

  cursor: pointer;
  max-width: calc(33.3% - 16px);
  height: 100%;
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  .gallery-thumbs .swiper-slide {
    max-width: calc(33.3% - 10px);
  }
}

.gallery-thumbs .swiper-slide-thumb-active {

}

.gallery-thumbs .swiper-slide-visible:last-child {
  margin-right: unset !important;
}

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