.fnt-transition {
    height: 13.5em;
    overflow: hidden;
    -webkit-transition: height 2s ease 1s;
    -moz-transition: height 2s ease 1s;
    transition: height .5s ease .5s;
    padding-bottom: 40px;
    margin: auto;
}

.fnt-transition-open {
    height: 29em;
}
