  .snip1111 {
    display: grid;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    margin: 0 auto;
    height: 100%;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr 1fr;
}


.snip1361 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-height:350px;
  max-height:350px;
  min-width: 350px;
  max-width: 350px;
  width: 100%;
  color: #fff;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 .snip1010 {
  max-width: 100%;
  vertical-align: top;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(70%);
  width: 100%;
  opacity: 0.8;
  background-color: #036;
  padding: 0 25px 150px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #036 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #036 100%);
}
.snip1361 h3, {
  margin: 0 0 5px;
}

.snip1361 p {
  margin: 0 0 20px;
}

.snip1361 h3 {
  font-weight: 300;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
}
.snip1361 p {
  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: 100px;
}

@media (max-width:599px){
  .snip1111 {
    grid-template-columns: 1fr;
  }
  figure.snip1361 {
    margin: 1em auto;
  }
}