#loadingMask{
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
}