I have a landing page that I'm wanting to get my logo centered. Struggling to figure how to get it exactly in the center and stay there on device scale. I have got the video background to scale accordingly, but I cannot get my logo to go exactly into the center.
Here is a fiddle http://jsfiddle.net/dm1ccm7n/1/
shows a black box and in the square I'm wanting to get centered within the landing div.
This is the specific div needing to be sorted out.
.main_logo{
background:#000;
position:relative;
float:left;
width:300px;
height:200px;
z-index:2000;
display: block;
margin: auto;
}