#imgDiv > .buttons {
    text-align: left;
    padding-bottom: 1rem;
}

a.left.carousel-control {
    background-image: none !important;
}

a.right.carousel-control {
    background-image: none !important;
}

.glyphicon-chevron-left {
    color: black !important;
}

.glyphicon-chevron-right {
    color: black !important;
}

.carousel-item {
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
}

.carousel-indicators {
    position: static;
}

    .carousel-indicators li {
        width: 300px !important;
        height: 100% !important;
        opacity: 0.8 !important;
    }