.container {
  position: relative;
  height: 650px;
  overflow-y: hidden;
}

.swiper-container {
  width: 100%;
}

#slider {
  height: 552.5px;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
}
.swiper-slide .information {
  position: absolute;
  left: 0;
  top: 80%;
  height: 20%;
  width: 100%;
  background-color: rgba(35, 24, 21, 0.8);
  display: table;
  color: #fff;
  padding: 10px 5% 15px;
}
.swiper-slide .result {
  display: table-cell;
  width: 80%;
  vertical-align: bottom;
}
.swiper-slide .link {
  display: table-cell;
  width: 20%;
  vertical-align: bottom;
}
.swiper-slide h2 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.swiper-slide h2 span {
  font-size: 1.05rem;
  padding-left: 10px;
  font-family: Roboto;
}
.swiper-slide h3 {
  font-size: 2rem;
}
.swiper-slide h3 span {
  padding: 0 10px;
  font-family: Roboto;
  font-size: 2.1rem;
}

#thumbs {
  box-sizing: border-box;
  padding: 8px 10px;
  width: 100%;
  height: 97.5px;
  position: absolute;
  top: 552.5px;
  left: 0;
  background-color: rgba(35, 24, 21, 0.8);
  overflow: hidden;
}
#thumbs .swiper-slide {
  width: 16%;
  height: auto;
  opacity: 0.5;
}
#thumbs .swiper-slide-active {
  opacity: 1;
}

@keyframes zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}

.main .swiper-wrapper .swiper-slide-prev img,
.main .swiper-wrapper .swiper-slide-active img,
.main .swiper-wrapper .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

.main figure {
  position: relative;
}

@media only screen and (max-width: 1120px) {
  .container {
    height: 750px;
  }
  #slider {
    height: 600px;
    overflow: hidden;
  }
  .swiper-slide {
    position: relative;
  }
  .swiper-slide .information {
    background-color: rgba(35, 24, 21, 0.8);
    padding: 10px 4%;
    height: 17%;
    top: 83%;
  }
  .swiper-slide .result {
    display: table-cell;
    width: 80%;
    vertical-align: bottom;
  }
  .swiper-slide .link {
    display: table-cell;
    width: 20%;
    vertical-align: bottom;
  }
  .swiper-slide .link .btn {
    width: 80%;
  }
  .swiper-slide h2 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .swiper-slide h2 span {
    font-size: 1.05rem;
    padding-left: 10px;
    font-family: Roboto;
  }
  .swiper-slide h3 {
    font-size: 1.6rem;
  }
  .swiper-slide h3 span {
    padding: 0 10px;
    font-family: Roboto;
    font-size: 1.7rem;
  }
  #thumbs {
    box-sizing: border-box;
    padding: 8px 10px;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 600px;
    left: 0;
    background-color: rgba(35, 24, 21, 0.8);
    overflow: hidden;
  }
  #thumbs .swiper-slide {
    width: 33.3%;
    height: auto;
    opacity: 0.5;
  }
  #thumbs .swiper-slide-active {
    opacity: 1;
  }
  @keyframes zoom {
    from {
      transform: scale(1.8);
    }
    to {
      transform: scale(1.6);
    }
  }
}
@media only screen and (max-width: 680px) {
  .container {
    height: 400px;
  }
  #slider {
    height: 320px;
    overflow: hidden;
  }
  .swiper-slide {
    position: relative;
  }
  .swiper-slide .information {
    background-color: rgba(35, 24, 21, 0.8);
    padding: 10px 3%;
    height: 22%;
    top: 78%;
  }
  .swiper-slide .result {
    display: block;
    width: 100%;
  }
  .swiper-slide .link {
    display: none;
  }
  .swiper-slide h2 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .swiper-slide h2 span {
    font-size: 1.05rem;
    padding-left: 10px;
    font-family: Roboto;
  }
  .swiper-slide h3 {
    font-size: 1.2rem;
  }
  .swiper-slide h3 span {
    padding: 0 10px;
    font-family: Roboto;
    font-size: 1.3rem;
  }
  #thumbs {
    padding: 6px 8px;
    height: 80px;
    top: 320px;
  }
  #thumbs .swiper-slide {
    width: 33.3%;
  }
  @keyframes zoom {
    from {
      transform: scale(1.8);
    }
    to {
      transform: scale(1.6);
    }
  }
}
@media only screen and (max-width: 395px) {
  .container {
    height: 370px;
  }
  #slider {
    height: 296px;
    overflow: hidden;
  }
  .swiper-slide {
    position: relative;
  }
  .swiper-slide .information {
    background-color: rgba(35, 24, 21, 0.8);
    padding: 10px 3%;
    height: 22%;
    top: 78%;
  }
  .swiper-slide .result {
    display: block;
    width: 100%;
  }
  .swiper-slide .link {
    display: none;
  }
  .swiper-slide h2 {
    font-size: 0.95rem;
    margin-bottom: 5px;
  }
  .swiper-slide h2 span {
    font-size: 1rem;
    padding-left: 10px;
  }
  .swiper-slide h3 {
    font-size: 1.1rem;
  }
  .swiper-slide h3 span {
    padding: 0 10px;
    font-family: Roboto;
    font-size: 1.2rem;
  }
  #thumbs {
    padding: 6px 8px;
    height: 74px;
    top: 296px;
  }
  #thumbs .swiper-slide {
    width: 33.3%;
  }
  @keyframes zoom {
    from {
      transform: scale(1.8);
    }
    to {
      transform: scale(1.7);
    }
  }
}/*# sourceMappingURL=swiper.css.map */