#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.preloader-logo {
    width: 150px;
    height: auto;
}
.preloader-video {
    max-width: 100%;
    max-height: 100%;
}