It's impossible to reproduce accurately without the rest of the code, but it seems to me it's a CSS issue - try removing padding-right: 80px;
from your .slider-container
.
(when I recreated your code in HTML there is indeed overflow, and removing this padding solved the problem)