@media screen and (max-width: 400px)
{

#content img
{
  float:none;
  width:96%;
  max-width:none;
  margin:2%; 
}

}