/*noinspection CssOverwrittenProperties*/
.b-template-engine {
    position   : fixed;
    top        : 0;
    bottom     : 0;
    left       : 0;
    right      : 0;
    width      : 100%;
    width      : 100vw;
    height     : 100%;
    height     : 100vh;
    background : #ffffff url('/icons/iframe-bg-animated.gif') center no-repeat;
    z-index    : 10101010;
}

.b-template-engine--visible {
    z-index    : 20202020;
}

.b-template-engine--loaded {
    background : #ffffff
}
