.carousel-inner > .item > img,
/*.carousel-inner > .item > a > img { display: block; width: 100%; height: auto; } */
.carousel-inner > .item > a > img { display: block; width: 100%; max-height: 500px; }
.carousel-caption { background-color: rgba(0,0,0,.5); position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; padding: 0 0 10px 25px; text-align: left; }
.carousel-indicators { position: absolute; bottom: 0; right: 0; left: 0; width: 100%; z-index: 15; margin: 0; padding: 0 25px 25px 0; text-align: right; }
.carousel-control.left,
.carousel-control.right { background-image: none; }
.carousel-indicators li { background-color: #0060ae; border-radius: 0; border-color: transparent}
.carousel-indicators li:active { background-color: #0060ae}

/* Extra Small */
@media(max-width:767px){
    .carousel .carousel-control { visibility: hidden; }
    .carousel .carousel-indicators { visibility: hidden}
}
/* Small */
@media(min-width:768px) and (max-width:991px){
    .carousel .carousel-control { visibility: hidden; }
}
/* Medium */
@media(min-width:992px) and (max-width:1199px){
    .carousel .carousel-control { visibility: hidden; }
}
/* Large */
@media(min-width:1200px){
    .carousel .carousel-control { visibility: hidden; }

}
