.slides {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  width: 60%;
}
.slides::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1051px) and (max-width: 1196px) {
  #hero .container {
    margin-left: 10px;
    width: 40%;
  }
  .slide-text {
    text-align: center;
  }
}
@media (max-width: 1050px) {
  .slides {
    width: 100%;
  }
  .slide-text {
    position: absolute;
    z-index: 10000;
    top: 40%;
    text-align: center;
  }
  .slide-text h2 {
    font-size: 25px;
  }
  .slide-text p.mantra {
    font-size: 18px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
