The quickest fix would be to remove the "left" and "right" classes here;
Code:
<div class="columns">
<div class="left"><div class="col col-1 clear">
<div class="videoWrapper">
<iframe width="450" height="363" src="https://www.youtube.com/embed/aaINOaWt938?rel=0?" frameborder="0" allowfullscreen></iframe></div>
<p>Click Above To View Testimonial Video!</p></div></div>
<div class="right"><div class="col col-2">
<div class="videoWrapper">
<iframe width="450" height="363" src="https://www.youtube.com/embed/e6UWqeLaMm4?rel=0?" frameborder="0" allowfullscreen></iframe></div>
<p>Click Above To View Peter In Seminar Action!</p></div></div>
But this introduces a glitch with floats and the videos butting up against the circular music icon above, so they also need to be cleared. You can do that by using one of your existing classes in the "col-1" div. I've added that in blue so you can see where it goes.
So to summarise, remove the classes in red, and added the class in blue.
Does that solve it?
Bookmarks