.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  background: url(./assets/vision.jpg);
}
.video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto; 
}

.video iframe {
  margin-top: -8%;

  width: 100%;
  aspect-ratio: 16 / 9; 
  height: auto;
  border: none;
}
.swiper-button-next, .swiper-button-prev {
  filter: drop-shadow(0 0 5px rgb(196, 241, 255));
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  margin-top: 50px !important;
  position: absolute;
  width: fit-content !important; 
}
.swiper-button-next > img, .swiper-button-prev > img {
  z-index: 5000;
  max-width: 120px;
  width: 15vw;
  filter: drop-shadow(0 0 5px rgb(255, 255, 255));
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  width: 15vw;
}
.swiper-button-next {
  right: 0 !important;
}
@media (max-width: 900px) {
  .swiper-button-next, .swiper-button-prev {
    margin-top: 10px !important;
  }
}
.spam {
  color: white;
  position: absolute;
  opacity: 0.6;
  text-align: justify;
  font-size: 8px;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 450px) {
 
  video {
    width: 100%;
  }
  .swiper-button-next > img, .swiper-button-prev > img {
    width: 30vw;
  }
  .controls {
    margin-top: 60px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .swiper-button-next, .swiper-button-prev {
    position: relative !important;
    margin-top: -10px !important;
  }
}
.swiper-button-prev {
  left: 0 !important;
  transform: rotate(180deg);
}
.video {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#logo {
  background: transparent;
  position: relative;
  max-width: 60rem;
  width: 70%;
  z-index: 1000;
}
body {
  background-color: black;
  margin: 0;
  background: url(./assets/vision.jpg);
}