<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#myCarousel.carousel {
max-height: 240px;

}
.carousel-caption {
    z-index: 10;
}
#myCarousel.carousel .item {
    background-color: #777;
    max-height: 240px;
}

#myCarousel .carousel-inner &gt; .item &gt; img, 
#myCarousel .carousel-inner &gt; .item &gt; a &gt; img{
max-width: 100%;
max-height:100%;
max-height: 240px;
margin: auto;
}</pre></body></html>