.carousel-caption {

    text-align: center;

    /*top: auto;*/
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}
