<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 10px;
    max-height: 350px;
    background: #e6e6e6 !important;
}
/* Caption */
.carousel-caption {
    z-index: 10;
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
}
.carousel .item h1 {
    text-shadow: none;
    padding: 0px;
    margin: 0px;
    font-size: 34px;
}

/* Item */
.carousel .item {
    margin-bottom: -40px;
    max-height: 350px;
}
.carousel .item img {
    max-height: 350px;
}
.carousel-inner &gt; .item &gt; img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}


/* Side arrows */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 30%;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}

/* Indicators */
.carousel-indicators {
    display: none;
}
.carousel-indicators .active {
    border: 1px solid #000;
    background-color: #000;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 768px) {
    .carousel .item {
        margin-bottom: -30px;
    }
    .carousel .item h1 {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .carousel-caption {
        max-width: 700px;
    }
}</pre></body></html>