/* charset */
@charset "utf-8";

.swiper {
  height: 67vw;
  height: 62vw;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-text {
  color: #fff;
  /*left: 5%;*/
  right: 5%;
  position: absolute;
  text-shadow: 1px 1px 2px #333;
  /*top: 50%;*/
  bottom: 10%;
  width: 80%;
 }
				
.swiper-title {
	font-family: 'Source Serif Pro';
  font-size: clamp(16px, 3vw, 60px);
  font-weight: 900;
}
.swiper-desc {
  font-size: clamp(12px, 2vw, 40px);
  line-height: 1.5;
  margin-top: 3%;
}

		/** Responsiv 481px OVER **********************/
		@media only screen and (min-width: 600px) {
			.swiper-text {
			  width: 60%;
			 }
			}
