/* Force hide all splash and loading elements */
body::before,
body::after,
#splashBg,
#splash-screen,
#loading-screen,
.cr-splash,
.cr-loading-screen,
.cr-preloader,
[class*="construct-"],
[id*="construct-"],
[class*="scirra-"],
[id*="scirra-"],
[class*="preview"],
[id*="preview"],
#cr_previewLoadingElem,
[class*="splash"],
[class*="loading"],
[id*="splash"],
[id*="loading"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    z-index: -9999 !important;
}

/* Force black background */
html, body {
    background: #000 !important;
}

/* Hide loading text */
#cr_previewLoadingElem {
    display: none !important;
}