.carousel-inner .item img {  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.feature-region {
    background-image: -webkit-linear-gradient(left, #2A4F7A, #4A74E8 50%, #2A4F7A);
    background-image: linear-gradient(to right, #2A4F7A, #4A74E8 50%, #2A4F7A);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA2A4F7A', endColorstr='#FFA2A4F7A', GradientType=1);
    min-height: 15px;
}