.flip {
    height: 211px;
    margin: 0 auto;
    perspective: none !important;
    display: table;
}
.flip img {
    height: auto;
}
.flip .back {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}