/* inline */
.preloader_wrap {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 2000;
        text-align: center;
    }

    .preloader_wrap .img {
        width: 150px;
        padding: 0px 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -75px;
        margin-top: -40px;
        box-sizing: border-box;
    }

    .preloader_wrap canvas {
        margin-top: 20%;
    }

    .preloader_wrap img {
        width: 100%;
    }