.paginator {
    position: relative;
    bottom: 0vw;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 40px;
    margin-bottom: 30px;
}

.paginator .current {
    position: absolute;
    left: 45%;
    text-align: center;
    bottom: -50px;
}

.paginator .next {
    position: absolute;
    right: 33%;
}

.paginator .prev {
    position: absolute;
    left: 24%;
}

.paginator .page-number {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 2em;
    min-width: 0.6em;
}

.space {
    display: none;
}