Edit in JSFiddle

$('iframe').each(function(){
      $(this).attr('src',$(this).attr('src')+'?wmode=transparent');
})
<div class="header"><h1>postion: fixed ;</h1></div>

<div class="main">
<iframe width="560" height="345" src="http://www.youtube.com/embed/zlfKdbWwruY" frameborder="0" allowfullscreen></iframe>

<iframe width="420" height="345" src="http://www.youtube.com/embed/bNF_P281Uu4" frameborder="0" allowfullscreen></iframe>
    <iframe width="420" height="345" src="http://www.youtube.com/embed/7WmMcqp670s" frameborder="0" allowfullscreen></iframe>
    <iframe width="560" height="345" src="http://www.youtube.com/embed/w9o5Pw1npAk" frameborder="0" allowfullscreen></iframe>
</div>
body{width: 590px ;margin: 0 auto ;}
.header{display: block ; position : fixed ; height: 200px ; width: 100% ; background: #eee ;z-index: 9999 ;}
h1{ padding: 35px 0 ; color: #000 ;}
.main{margin-top: 220px ;}