.spinner {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px;
    text-align: center;
    overflow: hidden;
}

.spinner img {
    width: 80px;
    height: 80px;
}

.spinner .text {
    height: 20px;
    line-height: 20px;
    color: #616161;
}