@media only screen and (max-width: 480px) {
  img {
    width: 100%;
  }
}
