.swiper-slide[data-href] {
    cursor: pointer;
}

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

@media screen and (max-width: 750px) {
  .hero-slide.swiper-slide, .hero-slider {
    height: auto !important;
    width: 100%;
  }
  .hero-slider img {
    aspect-ratio: 4/5;
    height: auto !important;
  }
}