.carousel{

    margin-top: 20px;
}
.carousel-item{
    text-align: center;
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.carousel_label{    background: #403e3e;opacity: 0.8;padding: 10px;color: white;}

