.swiper-container {

  width: 100%;
  position: relative;
}

.swiper-slide {
  background-size: cover;
  background-position: 50%;
  min-height: 20vh;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
}

.slider-w-overlay .item-info {
  z-index: 1;
}



