
.snip1577 {
  
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: #92cae8;
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 1px;
}

.snip1577:after {
  height: 0;
  width: 1px;
}

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 30%;
  right:0;

  padding: 15px 20px;
}

.snip1577 h3,
.snip1577 #priceBoxHover,
.snip1577 .priceBoxHover2 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;text-align: center;
}

.snip1577 #priceBoxHover {
  font-size: .8em;
  text-transform: uppercase;
}

.snip1577 .priceBoxHover2 {
  font-size: .8em;
  text-transform: uppercase;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover #priceBoxHover,
.snip1577.hover #priceBoxHover {
  opacity: 1;
}

.snip1577:hover .priceBoxHover2,
.snip1577.hover .priceBoxHover2 {
  opacity: 1;
}


.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover #priceBoxHover,
.snip1577.hover #priceBoxHover {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.snip1577:hover .priceBoxHover2,
.snip1577.hover .priceBoxHover2 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}