.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper.main {
  height: 625px;
}

.swiper.thumbs {
  height: 175px;
  /*box-sizing: border-box;*/
  padding: 10px 0;
}

.swiper.thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.swiper.thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide figure,
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide:hover {
  cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
  text-shadow: 1px 1px 2px #aaa;
}


figure::after {
  background-color: #0000004d;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-slide svg {
  position: absolute;
  width: 5rem;
  height: 5rem;
  color: #fff;
  z-index: 1;
}

.info {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 500px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
  border-bottom-left-radius: 10px;
  text-align: left;
}

.info span {
  display: block;
}
