.custom-carousel-img {
    height: 100%;
    max-height: 500px;
    /* general max height */
    object-fit: cover;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--wide-size);
}