.btnWrapper { padding: 5px; box-sizing: border-box; display: block; }

.imageButton {
    height: 225px;
    display: table;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
a.imageButton.sizeable {
    line-height: 20px !important;
}

.buttonText {
    display: table-cell;
    vertical-align: bottom;
}

.buttonText span {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    background: #064c80;
    font-weight: 600;
   letter-spacing: 0.02em;
}

.imageButton:hover .buttonText span {
 padding: 10px 10px 25px 10px;
}


