The controls of the carousel at the bottom of the page are placed outside the container, adding extra width to the document and adding that extra scroll to the right side.

Some options to fix this:
- hide the controls for the resolution when they start to not fit into the width
- or, resize the container of the carousel so the controls are still inside the viewport
I think option 1 is simpler since on those devices the user can move the carousel swiping with the thouch
The controls of the carousel at the bottom of the page are placed outside the container, adding extra width to the document and adding that extra scroll to the right side.
Some options to fix this:
I think option 1 is simpler since on those devices the user can move the carousel swiping with the thouch