/* CSS Document */
#carouselExampleIndicators .carousel-item img {  
  object-fit: contain;
  object-position: center;
  overflow: hidden;
  height:70vh;
}
