Unset the max-width from the parent container and use the full vw centred
.overflow-slider { max-width: none !important; width: 100vw; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }