main {
  overflow: hidden;
}

.swiper-home .swiper-slide {
  max-height: 500px;
  width: 100%;
  text-align: center;
}

.swiper-home .swiper-slide img {
  width: 100%;
}

#session_1 .full {
  width: 100%;
}

#session_1 .full img {
  width: 100%;
}

#session_1 .right .d-flex {
  max-width: 430px;
}

#session_1 .right video {
  width: 100%;
  height: 100%;
  border: 10px solid #000000;
}

#session_4 .facebook {
  background-color: #2c57d6;
  border-radius: 22px;
  max-width: 350px;
  border: 3px groove #ffffff;
  padding: 5px 10px;
}

#session_4 .line {
  text-shadow: 0 0 10px #000000;
  background-color: #27b924;
  border-radius: 22px;
  max-width: 350px;
  border: 3px groove #ffffff;
  padding: 5px 10px;
}

@media only screen and (min-width: 576px) {
  .swiper-home .swiper-slide img {
    max-width: 576px;
  }
}

@media only screen and (min-width: 768px) {
  .swiper-home .swiper-slide img {
    max-width: 768px;
  }
  #session_1 .left img {
    width: 100%;
    max-width: 500px;
  }
  #session_1 .right {
    border-left: none;
  }
  #session_1 .right video {
    max-width: 500px;
  }
  #session_4 img {
    max-width: 300px;
  }
  .waveWrapper {
    height: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .swiper-home .swiper-slide img {
    max-width: 992px;
  }
  #session_1 .left {
    width: 500px;
  }
}

@media only screen and (min-width: 1200px) {
  .swiper-home .swiper-slide img {
    max-width: 1200px;
  }
}
/*# sourceMappingURL=home.css.map */