.img-wrapper {
  text-align: center;
}

.img-wrapper span {
  font-size: 12px;
  margin-top: 8px;
}

img {
  max-width: 100%;
}

.article {
  padding: 24px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.3);
}

blockquote {
  font-style: italic;
}

.copy {
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 500px) {
  blockquote {
    margin-left: 30px;
    margin-right: 10px;
  }
}