body.splash-show {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #1C1C1C;
}

.splash {
    display: none;
}

.splash-show .splash {
    max-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #1C1C1C;
}

.splash-show .splash .splash-logo {
    max-width: 155px;
    display: block;
    object-fit: contain;
    position: relative;
    left: 15px;
}