.cyonect-gallery-slider-wrapper:not(.swiper-initialized *) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    /* fix editor overlay: move to center */
    > .elementor-element-overlay {
        inset-block-end: 0;
        inset-inline-start: 0;
    }
}