﻿

body {
   
}

.mobile {
    width:1024px;
    height:768px;
    margin:0px auto;
}
 

/** iPhone **/
@media only screen and (min-width: 320px) and (max-width:767px) {
    body {
      
       
       
    }

   
}


