.swiper-container {
  width: 75vw;
}

.gallery-top {
  max-height: 70vh;
  margin-top: -2em;
}

.gallery-top img {
  max-height: 69vh;
  width: auto;
  margin-left: 2em;
}

.gallery-top span {
  padding-bottom: 10px;
}

.gallery-thumbs {
  max-height: 10vh;
  box-sizing: border-box;
  border: 2px solid black;
}

.gallery-thumbs img {
  max-height: 10vh;
  float: left;
  width: auto;
  margin: 2px 1px 0 1px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-orange {
  color: #f2821f;
}
