/* Carousel */

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4
}

.carousel-caption-left {
    padding: 15px !important;
    width: 20%;
    left: 10% !important;
    min-height: 70%;
}

.carousel-caption-dark {
    color: #000066;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
    width: 100%
}

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        /* display: none; */
    }
    .carousel-caption-left {
        padding: 5px !important;
    }
    .carousel-caption p {
        font-size: 10px;
        line-height: 1.4
    }
}

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 359px) {
    .carousel-caption {
        padding-bottom: 10px;
    }
    .carousel-caption p {
        font-size: 10px;
    }
}
