.portfolio-details-slider {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.portfolio-details-slider .swiper-wrapper {
  height: 100%;
}

.portfolio-details-slider .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-details-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}