.carousel,.item, .carousel-inner.active {
    height: 676px;
}

.carousel-inner {
    height: 676px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height:676px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

