How to avoid a container to scroll horizontally?

Hi there.

I am working on a project and changing some styles with media queries. And on the @media only screen and (min-width: 576px) and (max-width: 1024px) I am have some issues in which the container is scrolling horizontally! If you have any tips to help me I would appreciate.

Follow the project link:

https://simon-project-eliasprado.c9users.io/index.html

Yes, indeed. I don’t have a scroll bar. if you inspect on chrome and change the screen to tablets, you will see that the .container#meBaby is slighted scrolling horizontally and I don’t know how to fix it.!

Exactly, to not move horizontally whatsoever.

thank you very much.