.tonen-cyclus-slider-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.tonen-cyclus-slider-image {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.5s ease-in-out;
}

/* Responsive styling */
@media (max-width: 768px) {
    .tonen-cyclus-slider-container {
        width: 100%;
    }
    
    .tonen-cyclus-slider-image {
        width: 100%;
        height: auto;
    }
}

