.home-slider {
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: .65;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  background: #222;
}

.home-slider .swiper-wrapper,
.home-slider .swiper-slide {
  height: 100%;
}

.home-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider .swiper-button-prev,
.home-slider .swiper-button-next {
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .55);
  text-shadow: 0 1px 3px #000;
}

.home-slider .swiper-button-prev::after,
.home-slider .swiper-button-next::after {
  font-size: 22px;
  font-weight: 700;
}

.home-slider .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .7);
}

@media (max-width: 600px) {
  .home-slider .swiper-button-prev,
  .home-slider .swiper-button-next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }

  .home-slider .swiper-button-prev::after,
  .home-slider .swiper-button-next::after {
    font-size: 18px;
  }
}
