.carousel {
    /*margin-bottom: 4rem;*/
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-item a.full {
    display: inline-block;
    height: 100%;
    width: 100%;
    z-index: 0;
}




/* Featurettes
------------------------- */

.featurette-divider {
    margin: 3rem 0;
}



/* Thin out the marketing headings */
.featurette-heading {
    line-height: 1;
    letter-spacing: -.05rem;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

    .featurette-heading {
        /* font-size: calc(1rem * 3.125); */
    }
}




@media (min-width: 1200px) {
}

@media (max-width: 1199.98px){
}

@media (max-width: 991.98px) {
}


