.gridgallery {
  position: relative;
  text-align: center;
}
.j51gridgallery {
  display: inline-block;
  vertical-align: top;
}
.snip1305 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  color: #000000;
  text-align: left;
}
.snip1305 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.snip1305 img {
  opacity: 1;
  width: 100%;
}
.snip1305 figcaption {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px 20px 25px;
  margin: 0;
  z-index: 1;
}
.snip1305 h3,
.snip1305 p {
  margin: 0;
  padding: 0;
}
.snip1305 h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #387fad;
  color: #ffffff !important;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 0 12px 12px 0;
}
.snip1305 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.snip1305:hover img,
.snip1305.hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.snip1305:hover figcaption,
.snip1305.hover figcaption {
  opacity: 1;
}
