.carousel-caption {
background-color: #fff;
    color: #16345e;
    bottom: 0;
    opacity: 0.9;
    padding-bottom: 50px;
    text-decoration:none;
    text-shadow:none;
}
.gradiant{background: #999;
background-image: linear-gradient(to bottom, #e8e8e8 0px, #f5f5f5 100%);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
}

.vjs-big-play-button::before{
  top: 12px;
}