.carousel-item{ height:auto; min-height:300px; width:100%; background:no-repeat center center scroll; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;} @media (min-width: 1024px) {.carousel-item{ height:100vh; } } .carousel-caption {bottom: 60px;}