
#ju_mains figure {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  transform-style: preserve-3d;
}
#ju_mains figure * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#ju_mains figure:hover {
  margin: 0;
}
#ju_tilt {background: #000;}
#ju_mains figure:hover .thumb {
  box-shadow: 4px 21px 44px -13px rgba(0, 0, 0, 0.75);
}
#ju_mains figure:hover figcaption {
  text-shadow: 2px 10px 10px rgba(0, 0, 0, 0.35);
}
#ju_mains figure:hover figcaption a {
  opacity: 1;
}
#ju_mains figure:hover img {
  opacity: 0.7;
}
#ju_mains figure:hover figcaption .brand {
  opacity: 1;
}
#ju_mains figure .thumb {
  width: 100%;
}
#ju_mains figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  padding-bottom: 40px;
  transform: translateZ(20px);
}
#ju_mains figure figcaption .brand {
  height: 50px;
  margin-bottom: 15px;
  opacity: 0;
}
#ju_mains figure figcaption h3 {
  color: #fff;
  margin-left: -10px;
}
#ju_mains figure figcaption small {
  color: #fff;
  display: block;font-size: 13px;
  margin-bottom: 10px;
}
.ju_link a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  opacity: 0;
}
.ju_link a:hover {
  text-decoration: none;
}