.block-category .category-cover img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important; /* Entfernt die 141px Grenze */
}

#carousel {
    height: 500px !important;
}

#carousel .carousel-inner,
#carousel .carousel-item,
#carousel img {
    height: 500px !important;
    object-fit: cover;
}
