.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  width: 40px;
  margin-top: 0;
}
.swiper-container{
  text-align: center;
}
/* .swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
} */
.prettyprint{
  border: none;
  background: #fafafa;
  color: #697d86;
}
#thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}
#thumbs .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  transform: none!important;
}
#thumbs .swiper-wrapper .swiper-slide {
  width: calc(91%/10);
  margin: 0 1% 1% 0!important;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
}
#thumbs .swiper-wrapper .swiper-slide:nth-child(10n) {
  margin-right: 0!important;
}
#thumbs .swiper-wrapper .swiper-slide-active {
  opacity: 1;
  }

@media screen and (max-width:768px) {
  #thumbs .swiper-wrapper .swiper-slide {
    width: calc(96%/5);
    height: auto;
    margin-bottom: 1%;
  }
  #thumbs .swiper-wrapper .swiper-slide:nth-child(5n) {
    margin-right: 0!important;
  }
}

@media screen and (max-width:640px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
  }

  #thumbs .swiper-wrapper {
    flex-wrap: wrap;
    margin: 10px auto;
    padding: 0;
    width: 100%;
  }
  #thumbs .swiper-wrapper .swiper-slide {
    width: calc(96%/5);
    height: auto;
    margin-bottom: 1%;
  }
  #thumbs .swiper-wrapper .swiper-slide:nth-child(5n) {
    margin-right: 0!important;
  }
}

/*--gallery-------------------------------------------------*/
#photogallery {
  padding: 70px 0;
}
#photogallery h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#photogallery .swiper-container {
  text-align: center;
  /* max-width: 940px; */
  /* max-width: 1200px; */
  width: 100%;
  margin-bottom: 10px;
}
#photogallery .swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width:640px) {
  #photogallery {
    padding: 20px 0;
  }
  #photogallery h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}