.caruselItemContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.caruselItemCaption {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 700;
    color: orangered;
}

.css_kommentar {
    font-size: 20px;
}

.caruselItemImage {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: fit-content;
}