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