@media screen and (orientation: portrait) {

    .books-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

}