#banner {
  position: relative;
  margin-top: 60px;
}

#banner .carousel-inner {
  /* height: 80vh; */
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

#banner .carousel-caption {
  width: 50%;
  top: 50%;
  left: 15%;
  text-align: left;
  align-content: start;
  padding: 0px;
  margin: 0px;
}

#banner .carousel-caption>h5 {
  font-size: 2.5em;
}

#banner .carousel-caption>p {
  font-size: 1.5em;
}

#banner .carousel-item {
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  /* height: 56.25%; */
  background-color: #000;
  overflow: hidden;
}

#banner .carousel-item>img {
  margin-bottom: auto;
  margin-top: auto;
}