
/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */


.gallery-thumb {
	margin-right:30px;
	margin-bottom:30px;
  height: 150px;
  border-radius: 4px;
  cursor:zoom-in;
  float:left;
}

.gallery-thumb.large {
  height: 675px;
  
}

.small-gallery-row {
  margin-bottom: 15px;
}

.small-gallery-lightbox {
  width: 97%;
  float: left;
}

.small-gallery-lightbox:hover {
  opacity: 0.8;
}

.small-gallery-lightbox._2 {
  float: right;
}

.small-gallery-lightbox._2:hover {
  opacity: 0.7;
}



.gallery-lightbox {
  margin-bottom: 20px;
}

.gallery-lightbox:hover {
  opacity: 0.8;
}

.gallery-block-left {
  width: 50%;
  float: left;
}

.gallery-block-right {
  width: 50%;
  padding-left: 20px;
  float: right;
}

