@media only screen and (min-width: 481px) {
    .pagination .prev,
    .pagination .next {
        display: table-cell;
    }
}
