.btn-more.btn--pagination {

    display: block;
    width: 100%;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    font-weight: 400;
    text-align: center;
    background-color: #292929;
    color: #fafafa;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.pagination-wrap{
    width: 100%;
}