* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* force scrollbar, prevents initial gap */
html {
  overflow-y: scroll;
}

.sizer-1-column {
  width: 100%;
}

.sizer-2-column {
  width: 50%;
}

.sizer-3-column {
  width: 33%;
}

.sizer-4-column {
  width: 25%;
}

.sizer-5-column {
  width: 20%;
}

.sizer-6-column {
  width: 16.6%;
}

.image-gallery {
  display: block;
}
.image-gallery .image-wrapper {
  float: left;
  margin: auto;
  padding: 3px;
  text-align: center;
}
.image-gallery .image-wrapper .image {
  width: 100.1%;
  width: calc(100% + 1px);
  height: 100%;
}
.image-gallery .image-wrapper img {
  width: 100%;
}
.image-gallery:after {
  content: "";
  display: block;
  clear: both;
}

.caption {
  position: static;
  color: #AAA;
}

.thumb-caption h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.thumb-caption p {
  font-size: 12px;
  margin: 5px 0 0;
}

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