@charset "UTF-8";
/* CSS Document */

#app {
	 height: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .triple-slider {
	 padding: 14% 0;
}
 .triple-slider .swiper {
	 width: 50vw;
  height: 36vw;
	 border-radius: 0px;
	 margin:0;
}
 .triple-slider .bg-image {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
.triple-slider2 {
	 padding: 32px 0;
}
 .triple-slider2 .swiper {
	 width: 61.6666666667vw;
	 height: 41.6666666667vw;
	 border-radius: 0px;
}
 .triple-slider2 .bg-image {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
@media only screen and (max-width: 576px) {
.triple-slider .swiper {
  width: 90vw;
  height: 80vw;
}
}