.video-carousel {
  width: 100%;
  max-width: 800px; /* Ajusta según tu diseño */
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.swiper-slide video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9; /* Mantiene el formato cine */
  background: #000;
}

/* Color de los controles de Swiper */
:root {
  --swiper-theme-color: #ffffff;
}