.carousel-item{
  height: 38rem;
  background:#000;
  color: white;
  position: relative;
}
.carousel-item .container {
  position:absolute;
  /* bottom:0px; */
  left:10%;
  right:15%;
  top:40%;
  padding-bottom: 50px;
  padding-right: 80px;
}
.overlay-image{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  top:0;
  background-position: center;
  background-size:cover;
  opacity:0.8;
}
