html, body {
  position: relative;
  height: 100%;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 60%;
  height: 65vh;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}


@media (max-width: 777px) {
.swiper-container {
  width: 90%;
  height: 25vh;
}
}
   











.swiper-slide:nth-child(1) {
  background-image: url(https://revoobitdbn.co.za/img/slider/Picture1.jpg)
}

.swiper-slide:nth-child(2) {
  background-image: url(https://revoobitdbn.co.za/img/slider/Picture2.png)
}

.swiper-slide:nth-child(3) {
  background-image: url(https://revoobitdbn.co.za/img/slider/Picture3.jpg)
}

.swiper-slide:nth-child(4) {
  background-image: url(https://revoobitdbn.co.za/img/slider/Picture4.jpg)
}

.swiper-slide:nth-child(5) {
  background-image: url(https://revoobitdbn.co.za/img/slider/Picture5.jpg)
}
