/* your styles go here */
.carousel-caption {
    transform: translateY(-50%);
    bottom: initial;
    top: 50%;
    text-align: left;
    width: 40%;
}
