/* Generated by less 2.5.1 */
.gallery.masonry {
  margin: 0 auto;
}
.gallery.masonry .gallery-item {
  background: none !important;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
}
.gallery.masonry .gallery-item.columns-1 {
  max-width: 100% !important;
}
.gallery.masonry .gallery-item.columns-2 {
  max-width: 50% !important;
}
.gallery.masonry .gallery-item.columns-3 {
  max-width: 33.33% !important;
}
.gallery.masonry .gallery-item.columns-4 {
  max-width: 25% !important;
}
.gallery.masonry .gallery-item.columns-5 {
  max-width: 20% !important;
}
@media screen and (max-width: 960px) {
  .gallery.masonry .gallery-item.columns-3 {
    max-width: 50% !important;
  }
  .gallery.masonry .gallery-item.columns-4 {
    max-width: 33.33% !important;
  }
  .gallery.masonry .gallery-item.columns-5 {
    max-width: 25% !important;
  }
}
@media screen and (max-width: 660px) {
  .gallery.masonry .gallery-item.columns-2 {
    max-width: 100% !important;
  }
  .gallery.masonry .gallery-item.columns-3 {
    max-width: 50% !important;
  }
  .gallery.masonry .gallery-item.columns-4 {
    max-width: 50% !important;
  }
  .gallery.masonry .gallery-item.columns-5 {
    max-width: 50% !important;
  }
}
.gallery.masonry .gallery-item img {
  width: 100%;
  display: block;
}
.gallery.masonry figcaption {
  display: none;
}
.gallery.justified {
  margin: 0 auto;
  overflow: hidden;
}
.gallery.justified .gallery-item {
  opacity: 0;
  float: left;
  box-sizing: border-box;
}
.gallery.justified .gallery-item img {
  width: 100%;
  height: 100%;
}
.gallery.justified .gallery-item.loaded {
  opacity: 1;
  transition: opacity .5s;
}
.gallery.justified figcaption {
  display: none;
}
.gallery.horizontal-slider {
  display: flex;
  flex-direction: row;
  height: 400px;
  width: 100%;
  font-size: 0;
  overflow-x: scroll;
  box-sizing: padding-box;
}
.gallery.horizontal-slider .gallery-item {
  flex-grow: 1;
  flex-shrink: 0;
  width: auto;
  max-width: none;
  padding: 0 5px;
}
.gallery.horizontal-slider .gallery-item img {
  height: 400px;
  width: auto;
  transition: .8s opacity;
}
