
@media screen and (min-width:176px) and (max-width:280px) {
iframe,textarea,input,submit,video,object,embed {width:10%;height:auto;}
button{width:10%;height:auto;}
img {width:auto;height:auto;}
script,body,table,tbody,tr,td,th,span,div,ins{width:10%;height:auto;} 
}
@media screen and (min-width:281px) and (max-width:359px) {
iframe,textarea,input,submit,video,object,embed {width:30%;height:auto;}
button{width:50%;height:auto;}
img {width:auto;height:auto;}
script,body,table,tbody,tr,td,th,span,div,ins{width:80%;height:auto;} 
}
@media screen and (min-width:360px) and (max-width:450px) {
iframe,textarea,input,submit,video,object,embed {width:30%;height:auto;}
button{width:50%;height:auto;}
img {width:auto;height:auto;}
script,body,table,tbody,tr,td,th,span,div,ins{width:80%;height:auto;} 
}
@media screen and (min-width:451px) and (max-width:720px) {
iframe,textarea,input,submit,video,object,embed {width:30%;height:auto;}
button{width:50%;height:auto;}
img {width:auto;height:auto;}
script,body,table,tbody,tr,td,th,span,div,ins{width:80%;height:auto;} 
}
@media screen and (min-width:721px) and (max-width:1280px) {
iframe,textarea,input,submit,video,object,embed {width:50%;height:auto;}
button{width:60%;height:auto;}
img {width:auto;height:auto;}
script,body,table,tbody,tr,td,th,span,div,ins{width:100%;height:auto;} 
}
@media screen and (min-width:1281px)  {
iframe,textarea,input,submit,video,object,embed {width:100%;height:auto;}
button{width:25%;height:auto;}
img {width:auto;height:auto;}
script,body,table,tbody,tr,td,th,span,div,ins{width:80%;height:auto;} 
}
h1,h2,h3{width:100%;height:auto;} 
}