#ac-splash-screen{
    position:fixed;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#f9f8f3;
    z-index:999999;
    transition:opacity .5s ease,visibility .5s ease;
}

#ac-splash-screen.hide{
    opacity:0;
    visibility:hidden;
}

#ac-splash-screen img{
    width:220px;
    max-width:80%;
}