body { -webkit-text-size-adjust : 100%; }img { width : 120px ; height : auto ; }.inputText { width : 400px; }.textarea { width : 450px; }@media screen and (max-width: 480px) {	h1 { font-size : large ; }	img { width : 60px ; height : auto ; }	.inputText { width : 90%; }	.textarea { width : 100%; }}@media screen and (min-width: 481px) and (max-device-width: 1440px) {	h1 { font-size : x-large ; }}