Bootstrap Modal vs Youtube Video z-index Issue

twitter-bootstrap, youtube, z-index

Solution

The YouTube video you put on your page is flash-based. Flash objects are rendered separately on the top of the window, because they're not the part of HTML5 stack. Z-index has no effect on these.

See e.g. http://www.google.com/search?q=flash+z-index

Problem

I am using a Twitter Bootstrap Modal and Youtube Video on the same page. I am facing Z-Index Problem where the Video is being displayed above the modal window in Chrome Browser. How can i solve this issue ? http://mink7.com/projects/cmrc/home.html

Original source