@media only screen and (max-width: 480px)
{
  div.content 
  {  width: 310px;
     padding: 10px;
  }
}
