@media screen and (max-width: 480px){
img{max-width: 100%;
height: auto;
width /***/:auto;}

h1 {display: none;}
#container {width: 100%;}
#header {display: none;}
#footer {display: none;}

}
