/*
Block Name: Staff Post Loop
Description: Let's you select what content you want to show.
*/

.block-staff-loop img { width: 100%; height: auto; }

/* Fix Slick when listing changed to slider */


@media (max-width: 768px) {
	.block-post-loop .post-listings{grid-template-columns:1fr;}
}

@media (max-width: 550px) {
}