.masonry_gallery {
  float: left;
  width: 100%; }

/* clear fix */
.masonry_gallery:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.masonry_gallery-sizer, .masonry_gallery-item {
  width: 20%;
  padding: 3px; }

.masonry_gallery-item {
  float: left; }

.masonry_gallery-item img {
  display: block;
  max-width: 100%; }

/*# sourceMappingURL=masonry.css.map */
