How to make a video gallery using append() in JQuery?

That’s happening because your .main-content has floating childs.
Solution: add overflow:hidden to .main-content
You can learn more here about this problem.