﻿.carousel,
.carousel-caption,
.carousel-caption h2 {
}

.carousel-caption {
    white-space: nowrap;
    z-index: 20;
    padding-bottom: 30px;
    bottom: 0;
}

@media all and (min-width:768px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
        bottom: 20px;
    }
}

.carousel-caption h1,
.carousel-caption h2 {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 10px;
}

@media all and (min-width:768px) {
    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 5px;
    }
}

@media all and (min-width:992px) {
    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 24px;
    }
}

@media all and (min-width:1200px) {
    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 36px;
    }
}

.carousel-caption h2 {
    text-align: left;
    text-transform: uppercase;
}

    .carousel-caption h2 .small {
        font-size: 90%;
    }

.carousel-indicators {
    bottom: 0;
}

@media all and (min-width:768px) {
    .carousel-indicators {
        bottom: 20px;
    }
}

.carousel-control.left {
    background-image: none;
    background-repeat: no-repeat;
}

.carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
}
