#aro-intro-screen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100000; /* Sicher ist sicher */
    background: #1a1a1a;
}