article.gallery {
  border: 1px solid #efefef;
}
article.gallery p > img {
  margin-bottom: 20px;
  max-width: 100%;
}
article.gallery figure {
  max-width: 100%;
  background-color: #efefef;
  margin-bottom: 20px;
}
article.gallery figure img {
  max-width: 100%;
}
article.gallery figure figcaption {
  padding: 10px;
  color: #666666;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 300;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  article.gallery {
    border-left: none;
    border-right: none;
  }
}
