/*Loading page*/

.jm-loadingpage {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    background: #fff;
}

.jm-loadingpage img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 200px;
    height: auto;
    z-index: 999999999999999;
}

.lottie-player {
    width: 100%;
    height: 100%;
}

@media (max-width: 736px) {
    .jm-loadingpage img {
        width: 100px;
    }
}
