/*
	This file will be included in header in every page after foundation.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/

@media print and (color) {
 .listing-container .listing-blocks-container .listing-block .block-image img {
    max-width: 275px!important;
	}
a[href]:after { content: none !important; }
}