html,
body {
  position: relative;
  height: 100%;
}

.hero-swiper {
  width: 100%;
  height: 90vh;
  @media only screen and (min-width: 1400px) {
    height: 70vh;
  }
}

.hero-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
}
.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: white;
  /* background-color: rgba(0, 0, 0, 0.5); */
  padding: 10px;
  text-align: center;
}
