#pagesCarousel {
    background-color: #f0f0f0;
}

#pagesCarousel .carousel-control-prev-icon,
#pagesCarousel .carousel-control-next-icon {
    filter: invert(1);
}

#pagesCarousel .carousel-caption {
    color: #000;
    text-shadow: none;
}

#ocrText {
    overflow: auto;
}

@media (min-width: 768px) {
    #ocrText {
        max-height: 80vh;
    }
}
