div.gallery {
  display: block;
  float: left;
  clear:  both;
  margin-bottom: 1em;
  width: 100%;
}

div.gallery-item {
  display:block;
  float: left;
  padding-right: 5px;
}

