#myCarousel .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#myCarousel.carousel {
  height: calc(100vh - 115px);
  margin-bottom: 0px;
}
#myCarousel.carousel .item {
  height: calc(100vh - 115px);
  background-color: #777;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#myCarousel .carousel-caption {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  padding: 0 10%;
}

#myCarousel .carousel-caption > div{
    vertical-align: bottom;
    display: table-cell;
}

#myCarousel .carousel-inner h2 {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    text-shadow: none;
    padding: 10px 30px;
}
#myCarousel .carousel-inner h2 small {
  color: #fff;
}

#myCarousel2 .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#myCarousel2.carousel {
  height: 400px;
  margin-bottom: 0px;
}
#myCarousel2.carousel .item {
  height: 400px;
  background-color: #777;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#myCarousel2 .carousel-caption {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  padding: 0 10%;
}

#myCarousel2 .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#myCarousel2 .carousel-inner h2 {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    text-shadow: none;
    padding: 10px 30px;
}
#myCarousel2 .carousel-inner h2 small {
  color: #fff;
}