.swiper-slide {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-slide img {
  display: block;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}

.swiper-preview {
  height: 360px;
  width: 100%;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  user-select: none;
}
.swiper-preview .swiper-scrollbar-horizontal {
  height: 8px;
  padding: 2px 0;
  border-radius: 16px;
}
.swiper-preview .swiper-scrollbar-drag {
  background: #ffb71b;
}
.swiper-preview .swiper-button-next, .swiper-preview .swiper-button-prev {
  color: #ffb71b;
}

.swiper-thumbnails {
  padding: 16px 0;
  box-sizing: border-box;
}
.swiper-thumbnails .swiper-slide {
  height: 84px;
  width: 98px;
  opacity: 0.6;
}
.swiper-thumbnails .swiper-slide-thumb-active {
  opacity: 1;
}

@media screen and (min-width: 480px) {
  .swiper-preview {
    height: 540px;
  }
  .swiper-thumbnails .swiper-slide {
    height: 108px;
    width: 148px;
  }
}/*# sourceMappingURL=photos.css.map */