.carousel { width: 100%; display: flex; gap: 16px; align-content: center; align-items: center; justify-content: space-evenly; } // Zola generates noisy empty paragraphs .carousel p { display: none; } .carousel-item { display: inline-block; } .carousel-hidden { display: none; } // Carousel: prestas worked for... #carousel-prestaworkedfor { min-height: 128px; background-color: white; padding-top: 7px; } .prestaworkedfor { max-width: 128px; max-height: 128px; margin: auto; }