.simple-slider .swiper-slide {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:768px) {
  .simple-slider .swiper-slide {
    height: 440px;
  }
}

.infos-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
}

.infos-container {
  max-width: 100%;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

