#mesh_splash {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image : url("../asset/texture_splash.png");
    background-repeat: repeat;
    background-position: top left;
}

.mesh_splash_loading_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 48px;
    height: 48px;
}
