.paragraph--type--slider {
    width: 100% !important;
    max-width: calc(var(--theme--alignmax) + 2 * var(--theme--gutter)) !important;
    position: relative;
}

.paragraph--type--slider-item {
    margin-bottom: 0;
}

.paragraph--type--slider-item > * {
    padding: var(--theme--gutter);
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .paragraph--type--slider-item > * {
        padding: calc(0.5 * var(--theme--gutter)) var(--theme--gutter);
    }
}