.tax-pa_book-author .bookory-products.products.columns-32 > li {
    max-width: 209px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .tax-pa_book-author .bookory-products.products.columns-32 > li {
        max-width: 20%;
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .tax-pa_book-author .bookory-products.products.columns-32 > li {
        max-width: 150px;
        width: 100%;
    }
}