@charset "utf-8";

 body {background: #2c3e50;} 
 
  img {left: 10%;margin-left:0px;margin-top:0px;position:absolute;top:10%; max-width: 1600px; width: 80%;} 
 .smartp {display:none;} 
 

 @media only screen and (max-width:768px){ .smartp {display:block;}  .deskt {display:none;}  img {left: 15%; margin-left:0px; margin-top:10%; position:absolute; top:0px; max-width: 800px; width: 70%;}

 }
 @media only screen and (max-width:480px){ .smartp {display:block;}  .deskt {display:none;}  img {left: 0px; margin-left:0px; margin-top:0px; position:absolute; top:0px; max-width: 800px; width: 100%;}

 }