#holder {
    position: absolute;
    width: 100%;
    left: 0;
    top: 20%;
    right: 0;
    margin: 0px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.centerMark img.loading-logo{margin-top:-100px!important; height:150px!important; width:420px!important;}