figure.effect-zoe figcaption {
top: auto !important;
bottom: 0;
padding: 1em !important;
max-height: 30% !important;
height: 30% !important;
background: rgba(0, 0, 0, .8);
color: #3c4a50;
-webkit-transition: -webkit-transform .35s;
transition: transform .35s;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
figure.effect-zoe h2 {
float: left
}
figure.effect-zoe figcaption>span {
float: right
}
figure.effect-zoe .effect-description {
position: absolute;
bottom: 8em;
padding: 2em;
color: #fff;
text-transform: none;
font-size: 90%;
opacity: 0;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity .35s;
transition: opacity .35s
}
figure.effect-zoe figcaption>span,
figure.effect-zoe h2 {
-webkit-transition: -webkit-transform .35s;
transition: transform .35s;
-webkit-transform: translate3d(0, 200%, 0);
-ms-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0)
}
figure.effect-zoe figcaption>span::before {
display: inline-block;
padding: 8px 10px;
font-family: feathericons;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.icon-eye::before {
content: '\e000'
}
.icon-paper-clip::before {
content: '\e001'
}
.icon-heart::before {
content: '\e024'
}
figure.effect-zoe h2 {
display: inline-block
}
figure.effect-zoe:hover .effect-description {
opacity: 1
}
figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover figcaption>span,
figure.effect-zoe:hover h2 {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
figure.effect-zoe:hover h2 {
-webkit-transition-delay: .05s;
transition-delay: .05s;
margin-bottom: 10px
}
figure.effect-zoe:hover figcaption>span:nth-child(4) {
-webkit-transition-delay: .1s;
transition-delay: .1s
}
figure.effect-zoe:hover figcaption>span:nth-child(3) {
-webkit-transition-delay: .15s;
transition-delay: .15s
}
figure.effect-zoe:hover figcaption>span:nth-child(2) {
-webkit-transition-delay: .2s;
transition-delay: .2s
}