.carousel{ margin-top: -35px;}
.carousel-inner > .item > img{margin:auto;}
.carousel-inner > .item > a > img{display: block; margin: auto;}
.carousel-indicators {
    /*position: relative;*/
    /*right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    /*top:95%;*/
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #3498db;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;

}
.left:active,.right:active {transform: scale(0.9);}
.carousel-indicators .active {opacity: 1;}
.carousel-control {
    width: 44px;
    height: 65px;
    background-color: #497EC3;
    margin-top: 0px;
    padding-top: 7px;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}