.marquee-container-5375ee68 {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.swiper-slide.marquee-item-5375ee68 {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: stretch; /* Make children fill height */
    height: auto; /* Swiper uses auto height */
}

/* Ensure smooth continuous scrolling */
.marquee-container-5375ee68 .swiper-wrapper {
    transition-timing-function: linear !important;
}

.marquee-item-content-5375ee68 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; /* Fill container height */
    box-sizing: border-box;
}

.marquee-item-content-5375ee68 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.marquee-item-content-5375ee68 a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
