.v3d-simple-preloader-background {
    display: flex;
    justify-content: center;
    align-items: center;
}

.v3d-simple-preloader-background .v3d-simple-preloader-container {
    position: relative;
    transform: none;
    height: fit-content;
    width: fit-content;
    top: auto;
    left: auto;
}

.v3d-simple-preloader-background .v3d-simple-preloader-container .v3d-simple-preloader-logo {
    background-image: url("../images/logo-blank.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    max-height: 80vh;
    width: 500px;
    max-width: 60vw;
}

.v3d-simple-preloader-bar {
    background: black;
    border-color: black;
    outline-color: black;
}
