img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
}

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

.zoom-overlay {
  z-index: 420;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

.zoom-overlay-open .zoom-overlay {
  opacity: 1;
}

.desc p{margin:5px 0 0 5px;}

.thumbnail:hover{border:1px solid #CCC;
-webkit-box-shadow: 4px 4px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    4px 4px 6px 0px rgba(50, 50, 50, 0.75);
box-shadow:         4px 4px 6px 0px rgba(50, 50, 50, 0.75);

}




