﻿.gallery-falls-wrapper {
  display: block;
  width: 100%;
}

.gallery-falls-wrapper,
.gallery-falls-wrapper * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.gallery-falls-wrapper .gallery-item {
  overflow: hidden;
  width: 33.33%;
  cursor: pointer;
  transition: all 500ms;
}

.gallery-falls-wrapper .gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-falls-wrapper .gallery-item:hover {
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.gallery-falls-wrapper .gallery-item:hover .gallery-item-glass {
  opacity: 1;
}

.gallery-falls-wrapper .gallery-item .gallery-item-glass {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(52, 58, 64, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  opacity: 0;
  transition: all 500ms;
}

.gallery-falls-wrapper .gallery-item .gallery-item-glass span {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 14px;
}

.gallery-falls-wrapper .gallery-item .gallery-item-glass svg {
  color: #fff;
  width: 36px;
  height: 36px;
}

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