#loadingbox
{
    display: block;
    position: absolute;
}

    #loadingbox::backdrop
    {
        background-color: rgba(0, 0, 0, 0.85);
    }