I am having trouble positioning the image in the exact middle and to maintain in the middle regardless of the screen size. here is the link for the JSFiddle http://jsfiddle.net/hansmrls/MARkq/
<div class="logos"><img class='itunes' src="http://upload.wikimedia.org/wikipedia/en/0/0c/ITunes_11_Logo.png" alt="#"></div>
.logos img{
position: absolute;
height: 20%;
top: 34%;
left: 50%;
display: inline-block;
z-index: 998;
}