.post-images {
  position: relative;
}

.swiper-post-images {
  width: 80%;
  height: 150px;
}

.swiper-post-images__slide {
  width: 100%;
  height: 100%;
}

.swiper-post-images__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-post-images__prev:after,
.swiper-post-images__next:after {
  font-size: 18px;
}

.swiper-post-images__next {
  width: auto;
  right: 0;
}

.swiper-post-images__prev {
  width: auto;
  left: 0;
}

.swiper-post-images__btn {
  margin: 0 auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .swiper-post-images {
    height: 10%;
  }
  .swiper-post-images__slide {
    height: 100%;
  }
}
