body {
  margin: 0;
  padding: 0;
}

.carousel {
  height: 400px;
  perspective: 950px;
  transform: translateY(-100px);
}

.carousel carousel-item {
  width: 100%;
}

img {
  width: 100%;
  height: 200px;
}
