.carousel-item{
    height:610px;
}


@media screen and (max-width:868px){
  .carousel-item{
    height:auto;
}  
}

@media screen and (max-width:580px){
  .carousel-item{
    height:auto;
}  
}