@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Quattrocento);
.snip1361 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  color: #141414;

}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 5s ease;
  transition: all 0.7s ease;
}
.snip1361 img {

  

}
.snip1361 figcaption {
  position: absolute;
  top: calc(100%);
  width: 50%;
  background-color: black;
  opacity: 0.75;
  height: 40px;
 
}

.snip1361 h2{
  margin-top: 0px;
  font-size: 20px;
  text-align: center;
  padding: 5px;

}



.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 40%;
  left: 0;
  width: 100%;
    background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.snip1361 h3,
.snip1361 p {
  
}
.snip1361 h3 {
 
}
.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 227px;
  margin-left: 5px;
}