.ft-loading {
    position: relative;
}

.ft-loading > div.loading-container {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    background: white;
    opacity: 0.9;
    font-weight: bold;
    display: table;
    z-index: 10;
}

.ft-loading > div.loading-container > div {
    display: table-cell;
    vertical-align: middle;
}