.swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper-slide {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* @media (max-width: 760px) {
  .swiper-slide video {
    display: none;
  }
}

@media (min-width: 760px) {
  .swiper-slide img {
    display: none;
  }
} */

.progress {
  position: absolute;
  top: 90%;
  width: 85vw;
  height: 5px;
  background: grey;
  z-index: 1;
  left: 8%;
}

.swiper-hero-progress {
  width: 0;
  max-width: 100%;
  background: linear-gradient(to right, #ed1941 30%, #20bec6 70%);
  transition: all 0.15s ease-in-out;
  z-index: 5;
}
