figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px 4px;

}
figcaption {
  position: absolute;
  background: white;
  background: rgba(19,74,102,0.80);
  color: white;
  padding: 10px 15px;
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition:    all 0.9s ease;
  -o-transition:      all 0.9s ease;
}
figure:hover figcaption {
  opacity: 1;
}
figure span {
  position: absolute;
  font-weight: 800;
  background: black;
  background: rgba(255,255,255,0.90);
  text-shadow: 0 0 5px white;
  color: #134a66;
  width: 100%;
  bottom: 10px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  -moz-transition: all 0.9s ease;
  opacity: 0.75;
}
figure:hover span{
	opacity:0;
}
figure:hover:before {
  opacity: 0;
}

.cap-left:before {  bottom: 10px; left: 10px; }
.cap-left figcaption { bottom: 0; left: -30%; }
.cap-left:hover figcaption { left: 0; }
.cap-left span:hover {display:none;}

.CapSlideBtnSmall{
	display:none;
}

.btn-CapSlide {
  color: #134a66;
  background-color: #fff;
  border-color: #fff;
  font-weight:800;
  font-variant:small-caps;  
}

.btn-CapSlide:Hover {
  color: #134a66;
  text-decoration:underline;
  background-color: #fff;
  border-color: #fff;
  font-weight:800;
  font-variant:small-caps;  
}