figure.vcmg032 {
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
figure.vcmg032 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.vcmg032 figcaption .vcmg-social, figure.vcmg032 figcaption .vcmg-corner {
  display:none;
}
figure.vcmg032 img {
  opacity: 0.7;
  max-width: 100%;
  margin: 0;
}
figure.vcmg032:after {
  background: #000000;
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.vcmg032 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.vcmg032 .vcmg-title h2,
figure.vcmg032 .vcmg-content p {
  margin: 0;
  width: 100%;
  color:#ffffff;
  font-weight: 300;
}
figure.vcmg032 .vcmg-title h2 {
  font-weight: 400;
  font-size: 18px;
}
figure.vcmg032 .vcmg-title h2 a {
  text-decoration:none;
  color: #ffffff;
  border:none;
  box-shadow:none;
  font-weight: 300;
}
figure.vcmg032 figcaption .vcmg-title h2 a span {
  font-weight:800;
}
figure.vcmg032 .vcmg-content {
    display: block;
    width: 100%;
}
figure.vcmg032 .vcmg-content p {
  color: #e6e6e6;
  font-weight: 700;
  line-height:1.4;
  font-size: 12px;
}
figure.vcmg032 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.vcmg032:after {
  background-color: #000000;
}
figure.vcmg032:hover img,
figure.vcmg032.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
figure.vcmg032:hover:after,
figure.vcmg032.hover:after {
  width: 100%;
}