.ml-order-processing-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.ml-order-processing-wrapper .ml-order-processing-content-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}

.ml-order-processing-wrapper .ml-order-processing-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
