How can I prevent the images on the right from extending beyond the right padding?
I want the fourth image to align with the red block above it. https://i.sstatic.net/KUE62.png
Does that clarify things?
<div style="margin: 0 15px;height: 40px; background-color: red">
</div>
<div style="padding: 0 15px;height: 400px;white-space: nowrap;overflow: hidden;">
<img src="http://placekitten.com/g/200/200">
<img src="http://placekitten.com/g/200/200">
<img src="http://placekitten.com/g/200/200">
<img src="http://placekitten.com/g/200/200">
<img src="http://placekitten.com/g/200/200">
<img src="http://placekitten.com/g/200/200">
</div>