.spinner {
    display: none;
    width:128px;
    height: 130px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -64px;
    margin-top: -64px;
    z-index:2;
    overflow: auto;
}

