In the parallax row in question, you’re using a height, that’s the issue. Edit the row with the pool background and remove your height declaration from the Attributes tab. Hope that makes sense. Right now your height is 450px, that isn’t flexible/dynamic, so when the row needs more space after the columns collapse, it starts overlapping because the height is fixed.