@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;
  float: left;
  overflow: hidden;
  margin: 0px 0%;
  min-width: 200px;
  max-width: 500px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}

@media (min-width:768px){
.snip1361 { font-size: 12px;}}

@media (min-width:1024px){
.snip1361 { font-size: 14px;}}

@media (min-width:1280px){
.snip1361 { font-size: 16px;}}

@media (min-width:1450px){
.snip1361 { font-size: 18px;}}

@media (min-width:1650px){
.snip1361 { font-size: 20px;}}

@media (min-width:1850px){
.snip1361 { font-size: 22px;}}


.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(100%);
  width: 100%;
  background-color: #ffffff;opacity: 0.8;
  padding: 15px 25px 65px; padding-top: calc(35%);
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;

  left: 0;
  width: 100%;


}
.snip1361 h3,
.snip1361 p {
  margin: 0 0 10px;text-align: center;
  
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;text-align: center;
}
.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;text-align: center;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: calc(0%);height: 576px;
}