.bsw-image-gallery {
  margin-top: 20px;
}

.bsw-image-gallery > [class^="col"]:nth-child(5n):before {
  content: "";
  display: table;
  clear: left;
}

.bsw-gallery-caption {
  display: block;
}

.bsw-image-gallery:after {
  content: "";
  display: table;
  clear: both;
}

