.spinwrap {
    position: absolute;
    background-color: inherit;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    line-height: 0;
    left: 0;
    top: 0;
    }
.spinwrap .spin {
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    }
.spinwrap .spin .linerot {
    position: absolute;
    width: 100%;
    height: 100%;
    }
.spinwrap .spin .line {
    position: absolute;
    height: 10%;
    width: 25%;
    top: 45%;
    left: 75%;
    border-radius: 30%;
    }
.spinwrap .spin.standard .line {
    height: 10%;
    width: 25%;
    top: 45%;
    left: 75%;
    border-radius: 30%;
    }
