img {
  width: 100%;
}

div {
  text-align: center;
}

@media screen and (min-width: 960px) {
  img {
    max-width: 700px;
	margin: 0 auto;
  }
}