.heroSwiper {
  width: 100vw;
  height: 900px;
  overflow: hidden;
}

.hero-slide {
  width: 100%;
  height: 900px;
}

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

.heroSwiper {
  width: 100%;
  height: 100vh;
}

.heroSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroSwiper img {
  width: 100%;
  height: 100%;
}

.heroSwiper .swiper-slide {
  align-items: normal;
}

.hero-slide {
  height: auto;
}

@media (max-width: 768px) {
  .swiper-slide {
    max-height: 260px;
  }
}

/*# sourceMappingURL=slideshow.css.map */
