/*
** Temp solution to fix promo slides that were getting cut off.
** (e.g. https://files.slack.com/files-pri/T02LRKTL7-FPACY7GMN/image.png?pub_secret=e624f99b0f)
*/
[data-widget-name='slideshow-background'] .incentive-promotion .promo-model {
	margin-left: auto;
	width: 100%;
}
