.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* 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;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper {
  width: 480px;
  height: 250px;
  background-color: #131313;
}

.swiper-slide img {
  display: block;
  width: 430px;
  height: 250px;
}

@media (min-width: 700px) {
  .swiper {
    width: 720px;
    height: 400px;
    background-color: #131313;
  }

  .swiper-slide img {
    display: block;
    width: 680px;
    height: 400px;
  }
}

@media (min-width: 1000px) {
  .swiper {
    width: 1100px;
    height: 440px;
    padding: 0px 10px;
    background-color: #131313;
  }

  .swiper-slide img {
    display: block;
    width: 900px;
    height: 440px;
  }
}

@media (min-width: 1800px) {
  .swiper {
    width: 1500px;
    height: 640px;
    padding: 0px 10px;
    background-color: #131313;
  }

  .swiper-slide img {
    display: block;
    width: 1300px;
    height: 640px;
  }
}
