/* ==========================================================================
   Mobile Banner Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
	/*With Vision - Sharon Bajer */
	body.postid-42
	article img.featured-image{
		content: url('/wp-content/uploads/With_Vision_Cover_MOB2.png');
        object-fit: contain;
        object-position: top;
    }
	
	/*Royalties Without Border - ACTRA RACS */
	body.postid-85
	article img.featured-image{
		content: url('/wp-content/uploads/RoyaltiesWOB_Cover_MOB_Landing2.png');
        object-fit: contain;
        object-position: top;
    }
	
	/*Manitoba Rising - Acting Good */
	body.postid-83
	article img.featured-image{
		content: url('/wp-content/uploads/Manitoba_Rising_MOB_Landing.png');
        object-fit: contain;
        object-position: top;
    }
	
	/*True Lies - Eleanor */
	body.postid-95
	article img.featured-image{
		content: url('/wp-content/uploads/True-Lies_Cover_MOB_Landing.png');
        object-fit: contain;
        object-position: top;
    }
	
}

/* ==========================================================================
   Custom Article Color
   ========================================================================== */

:root > body.postid-42 {
	--article-color:	#7d2d52;
	--article-quote:    #7d2d52;
	--article-qa-1:     #7d2d52;
	--article-qa-2:     #007f33;
	--article-qa-3:     #82d2ad;
}

:root body.postid-83 {
	--article-color:    #412875;
	--article-quote:    #412875;
}

:root body.postid-85 {
	--article-color:    #fffaff;
	--article-quote:	#7d2d52;
}

:root body.postid-95 {
	--article-color:	#4b1851;
	--article-quote:	#4b1851;
}