#text{z-index:2;position:absolute;left:-1%;background-color:#FFFFFF;margin:0;margin-top:50%;padding-left:2%;padding-top:0.5%;padding-right:0.6%;padding-bottom:2.5%;width:99%;}


/*@media only screen{  
#text{margin-top:58%;}
-webkit-text-size-adjust: none;
}*/

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
#text{margin-top:64%;}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
#text{margin-top:64%;}
}
