#bni-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}

#bni-preloader.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

#bni-preloader img {
    width: 220px;
    height: auto;
}