.carousel-caption {
    bottom: 10rem;
    z-index: 10;
}

.carousel-caption h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    text-transform: uppercase;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}


@media (min-width: 40em) {

    .carousel-caption h1 {
        font-size: 3rem;
    }

    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}