When I go to my index page I see that my videos are overlapping. I use a custom BB code. On the single article page it is fine. Any idea on how to fix this?

This is my custom BB Code. I need it to be custom because of the selection time in the Youtube embed.
Thank you!

This is my custom BB Code. I need it to be custom because of the selection time in the Youtube embed.
Code:
<object width="560" height="445"><param name="wmode" value="opaque"><param name="movie" value="http://www.youtube.com/v/{param}&hl=en_GB&fs=1&start={option}"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{param}&hl=en_GB&fs=1&start={option}" wmode="opaque" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="445"></embed></object>
Comment