@charset "utf-8";
/* CSS Document */

.mainSlider {
  width: 100%;
  height: 600px;
	position: relative;
}

.mainSlider .swiper-slide{
	background-repeat: no-repeat;
	background-position: bottom center;
}

.slider-overlay-orange {
	background-image: url("../images/slider-front-left.png"), url("../images/slider-front-right.png");
	background-position: bottom left, bottom right;
	background-repeat: no-repeat, no-repeat;
    background-size: 150px auto;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
    pointer-events: none;
}

@media (min-width: 768px) {
  .slider-overlay-orange {
    background-size: 250px auto;
}
}

@media (min-width: 992px) {
  .slider-overlay-orange {
    background-size: 350px auto;
}
}

@media (min-width: 1200px) {
  .slider-overlay-orange {
    background-size: 450px auto;
}
}

@media (min-width: 1400px) {
  .slider-overlay-orange {
    background-size: 535px auto;
}
}

.logoSlider {
  width: 100%;
  height: 300px;
	position: relative;
}

.logoSlider .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;
	border-radius: 300px;
      }
