.swiper-hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.swiper-hero {
  width: 100%;
  max-width: 1920px;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.swiper-hero .swiper-slide {
  width: 1920px;
  max-height: 400px;
  overflow: hidden;
}

.swiper-hero .swiper-slide img {
  display: block;
  max-width: 1920px;
  width: 100%;
  max-height: 400px;
  object-fit: fill;
}
