#loading-logo {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #141414;
    z-index: 99999;
    pointer-events: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#loading-logo picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#loading-logo img {
    display: block;
    width: 60vw;
    height: auto;
    max-height: 30vh;
    object-fit: contain;
    margin: 0;
}
