#carouselExample img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

#carouselExample2 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#carouselExampleCaptions img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#carouselExampleFade img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

