.swiper {
    width: 400px;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
  }

.swiper-pagination-bullet {
    background-color: white;
    border-color: grey;
    border-width: 2px;
    border-style: solid;
  }
  
.swiper [class^="swiper-button-"] {
    color: white;
    border-radius: 10px;
    padding: 5px;
    opacity: .3;
    background-color: gray;
  }

.swiper [class^="swiper-button-"]:hover {
    opacity: 0.7;
  }

.swiper-slide img {
  height: 200px;
  width: auto;
  max-width: 350px;
}

.adswiper {
  width: 400px;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}

.adswiper-pagination-bullet {
  background-color: white;
  border-color: grey;
  border-width: 2px;
  border-style: solid;
}

.adswiper [class^="adswiper-button-"] {
  color: white;
  border-radius: 5px;
  padding: 5px;
  opacity: .3;
  background-color: gray;
}

.adswiper [class^="adswiper-button-"]:hover {
  opacity: 0.7;
}

.adswiper-slide img {
  height: 200px;
  width: auto;
  max-width: 400px;
}
