html {
  min-width: 320px;
}
@media only screen and (max-width: 500px) {
  .home-links .picture { display: none; }
}
