.tile-type-button .tile-inner{
    height:100%;
}
.tile-type-button .tile-inner a:first-child {
    height:100%;
    width:100%;
    display:block;
    position:absolute; /* make the entire tile clickable */
    box-sizing:border-box
}
.tile-type-button .tile-inner .tile-content{
    padding:0 0 .65em 1.9em
}