.gallery {
  width: 100%;
  float: left;
}
img {
  width: 100%;
  height: auto;
}
figure {
  display: block;
  float: right;
  margin: 0 5px 5px 0;
  width: 32%;
}
.gallery figcaption {
  display: none;
}
