.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    direction: ltr; 
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%; 
}

.slide { width: 100%; flex-shrink: 0; }

.slide img { width: 100%; height: auto; }
section.s-block.s-block--bundle-html-content {
    margin-top: 0px;
}
.s-block.s-block-html-content {
    margin-top: 0px;
}