.cb-imageslider {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.cb-imageslider .slider-wrapper {
    max-width: 600px;
    width: 100%;
    flex-shrink: 0;
}

#swiffy-animation ul li::marker {
    color: transparent;
    content: "";
}

/* Custom Ratio-Klassen */
.ratio-3x4 {
    --bs-aspect-ratio: 133.33%;
}

.ratio-32x9 {
    --bs-aspect-ratio: 28.125%;
}

.ratio-2x1 {
    --bs-aspect-ratio: 50%;
}

/* Slide-Container */
.cb-imageslider .slider-container li > div {
    display: flex;
    flex-direction: column;
}

/* Ratio-Box */
.cb-imageslider .ratio {
    position: relative;
    overflow: hidden;
}

.cb-imageslider .ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Caption */
.cb-imageslider .caption-text {
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
    color: #333;
    background: #f8f9fa;
    display: block;
}
