
.carousel{
  background-color: #dbd8d2;
  width: 100%;
  margin: auto;
  height: 850px;
}
.carousel img{
  display: block;
  width: 600px;
  height: auto;
}
.carousel-cell {
  width: 100%;
  height: 850px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}