body,html {
margin:0; 
padding:0; 
width:100%; 
height:100%;
overflow:hidden;
background:#000;
}		

img.source-image {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index:10;
}

#reel{
position: absolute;
top: 120px;
left: 21%;
z-index:100;
border: 1px solid #777;
}
