.carousel-container{
  max-width:100%;
}

.carousel{
  background:#000;
  max-width:600px;
  margin:auto;
}

.carousel img {
  max-height:400px;
  
}
@media only screen and (max-width:570px){

  .carousel{
    max-height:200px;
   }
   
  .carousel img {
    max-height:200px;
   }
}