  @charset "utf-8";

.swpe-parent {
  width: 100%;
  position: relative;
}

.aqua-1, .aqua-2, .aqua-3 {
  width: 100%;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  object-fit: cover;
}

p.slide-cap {
  text-align: center;
  margin-top: 0.5rem!important;
}


@media (max-width:540px) {
  .aqua-1, .aqua-2, .aqua-3 {
    width: 100%;
    max-width: 100%;
  }
}
