#shopify-section-pbcontent .post-author { display: none; }
#shopify-section-pbcontent .post-categories { display: none; }
#shopify-section-pbcontent .post-comment { display: none; }
#shopify-section-pbcontent .date { display: none; }
#shopify-section-pbcontent .post-content,
#shopify-section-pbcontent .post-content .img { float: none; }
#shopify-section-pbcontent .post-item { width: calc(3 / 12 * 100%); }
#shopify-section-pbcontent .post-item:nth-child(4n + 1) { clear: both; }
@media(max-width: 991px) {
#shopify-section-pbcontent .post-item { width: calc(12 / 12 * 100%); }
#shopify-section-pbcontent .post-item:nth-child(1n + 1) { clear: both; }
}
@media(max-width: 767px) {
#shopify-section-pbcontent .post-item { width: calc(12 / 12 * 100%); }
#shopify-section-pbcontent .post-item:nth-child(1n + 1) { clear: both; }
}