@import url(https://fonts.googleapis.com/css?family=Raleway);
.snip1584 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px 8px;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  text-align: left;
}

.snip1584 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1584:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  z-index: -10;
}








.snip1584 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}


.snip1584 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.snip1584 h3 {
  margin: 0;
  opacity: 1;
  letter-spacing: 1px;
}







.snip1584 h5 {
  position: absolute;
  bottom: 40px;
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1584 h6 {
    position: absolute;
  top: 0px;
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  font-size: 11px;
  text-align: center;

}








.snip1584 h3 {
  
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 40%;
}





.snip1584 h5 {
  font-weight: normal;
  background-color: #2471f7;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584 h6 {

  font-weight: normal;
  background-color: transparent;
  padding: 23px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}





.snip1584 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1584:hover:before,
.snip1584.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h6,
.snip1584.hover h6{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  color: #fff;
}


.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;

}




.snip1584:hover h3,
.snip1584.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* Demo purposes only */
body {
background-image: url(../img/background.jpg);
  text-align: center;
}
