/* MOBILE DEVICES */
@media screen and (max-width:800px) {

#wrapper {
position: absolute;
top: 0px;
left: 50%;
margin-left: -400px;
}

}