body {
    background-color: rgb(192, 192, 192);
}

.swiper-container {
    max-width: 600px;
    height: auto;
}

.swiper-container .swiper-button-prev {
    top: 0;
    width: 50%;
    height: 100%;
    background-position: left center;
    outline: none !important;
}

.swiper-container .swiper-button-next {
    top: 0;
    width: 50%;
    height: 100%;
    background-position: right center;
    outline: none !important;
}

.swiper-container .swiper-wrapper {
    height: auto;
}

.swiper-caption {
    max-width: 600px;
    margin: 0 auto 40px auto;
    color: #000;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

@media only screen and (max-width: 600px) {
  .swiper-caption {
      padding-left: 10px;
      padding-right: 20px;
  }
}

.swiper-caption h2 {
    color: #000;
    font-size: 14px;
    /*margin-bottom: 5px;*/
}

/*.swiper-caption h2 + p {
    margin-top: 5px;
}*/

.swiper-slide img {
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    top: 66%;
    width: 13.5px;
    height: 22px;
    background-size: 13.5px 22px;
}
