.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);

  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: white;
}

.swiper-banner-title {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: rgba(0, 0, 0, 0.1);
}

.swiper-title {
  position: absolute;
  font-size: 40px;
  font-weight: 100;
  text-align: center;
}

.swiper-subtitle {
  font-size: 54px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-slide-img {
  width: 100%;
  height: 100%;
}

#arrow-left , #arrow-right{
  margin-top: -35px;
}