figure.snip1432 {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0px;
  min-width: 230px;
  max-width: 230px;
  width: 100%;
  background: #000000;
  text-align: center;
  padding:0px
}

figure.snip1432 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1432 img {
  opacity: 1.0;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  border:0px solid red;
}
figure.snip1432 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1432 figcaption > div {
  height: 80%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

figure.snip1432 h2 {
  background:#000000;
  border-radius:24px;
  color:#ffffff;
  margin: 0;
  position: absolute;
  right: 0;
  padding: 5px;
  text-align:center;
  font-size:11px;
  width:70px;
  border:1px solid #000;
  top:0;
}
figure.snip1432 h2:hover {
  background:#ffffff;
  color:#000;
}
figure.snip1432 h3 {
  color:#ffffff;
  margin: 0;
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  text-align:left;
  width:100%;
  padding-top:25px;
  padding-left:15px;
  padding-right:15px;
  font-size: 13px;
}
figure.snip1432 h2 {
  top: 0;
  text-align:right;
  padding-right:20px;
  margin-right:10px;
}

figure.snip1432 h3:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

figure.snip1432 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1432:hover img,
figure.snip1432.hover img {
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

figure.snip1432:hover figcaption h3:first-of-type,
figure.snip1432.hover figcaption h3:first-of-type {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
}
figure.snip1432:hover figcaption h3:nth-of-type(2),
figure.snip1432.hover figcaption h3:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

figure.snip1432 h2:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

figure.snip1432:hover figcaption h2:first-of-type,
figure.snip1432.hover figcaption h2:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}
figure.snip1432:hover figcaption h2:nth-of-type(1),
figure.snip1432.hover figcaption h2:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}