
.vesna-video-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.vesna-video-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  min-height: 500px;
}

.vesna-video-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vesna-slider-caption {
  position: absolute;
  z-index: 2;
  color: white;
  bottom: 30px;
  left: 30px;
}
