figure.vcmg036 {
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  background: #000000;
  text-align: right;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.vcmg036 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.vcmg036 .curl, figure.vcmg036 .vcmg-social, figure.vcmg036 .vcmg-content, figure.vcmg036 .vcmg-position {
  display:none;
}
figure.vcmg036 img {
  max-width: 100%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  margin:0;
  border-radius: 0;
}
figure.vcmg036 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.vcmg036 .vcmg-title h2,
figure.vcmg036 i {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  line-height: 50px;
}
figure.vcmg036 .vcmg-title h2 {
  margin: 0;
  font-weight: 300;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #000000;
  font-size: 18px;
  color: rgba(255, 255, 255, 0);
}
figure.vcmg036 figcaption .vcmg-title h2 a {
  color:#fff;
  text-decoration:none;
  border:none;
  box-shadow:none;
}
figure.vcmg036 .vcmg-title h2 a span {
  font-weight: 800;
}
figure.vcmg036 .vcmg-corner i {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 34px;
  color: #000000;
  width: 50px;
  height: 50px;
  z-index: 1;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
figure.vcmg036:hover img,
figure.vcmg036.hover img {
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.vcmg036:hover figcaption,
figure.vcmg036.hover figcaption {
  -webkit-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.vcmg036:hover .vcmg-title h2,
figure.vcmg036.hover .vcmg-title h2,
figure.vcmg036:hover .vcmg-title h2 span,
figure.vcmg036.hover .vcmg-title h2 span {
  color: #ffffff;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.vcmg036:hover .vcmg-corner i,
figure.vcmg036.hover .vcmg-corner {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}