@layer master {
    .templateLogoSlider {
        .container {
            grid-column: full-start / full-end;
            max-width: 100vw;
            overflow: hidden;
            .splide {
                max-width: 100%;
            }
        }
    }
}