.carousel .carousel-item {
    height: 700px;
}
  
.carousel-item img {
  position: absolute;
  top: 50px;
  left: 0;
  min-height: 700px;
}