

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height:650px;
}

.carousel-inner {
    height: 650px;
}



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

footer {
    margin: 50px 0;
}

