.carousel-caption {
    background: #E8E8E8;
}
.carousel-caption p, h1, h2, h3, h4 {
    color: #4C4C4C;
}

.carousel .carousel-control {
    text-decoration: none;
}

.carousel .item {
    height: 300px;
}

.carousel .item img {
    margin: auto;
    text-align: center;
}

.gallery-layouts a {
    text-decoration: none;
    display: block;
    float: right;
}

.gallery-layouts-label {
    line-height: 30px;
}

.gallery-layouts a.selected {
    background-color: #ddd;
}

@media (max-width: 979px) {

    .carousel .item {
        height: auto;
    }

    .carousel .carousel-caption {
        position: relative;
    }

}
