#jbf-preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#jbf-preloader-image-1{
    height: 40px
}

#jbf-preloader-image-2{
    height: 70px; 
    width: auto; 
    position: absolute; 
    bottom: 5px; 
    justify-content: center;
}