
.slide-container{

  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #1B1B1B;

}



.swiper-container {
  width: 80%;
  height: 60%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}