/*  
 * swiper is thumbnails, 
 * swiperSlides is groot plaatje 
*/

.swiper {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  max-height: 20rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  object-fit: contain;
}

.mySwiperSlides {
  height: 90%;
  width: 100%;
}

.mySwiperThumbs {
  height: 10%;
  max-height: 10%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiperThumbs .swiper-slide {
  width: 60%;
  height: 100%;
  opacity: 0.4;
}

.mySwiperThumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiperThumbs .swiper-wrapper {
 
}
