#g-feature {
	padding: 1.5rem 0;
	background: $feature-background;
	color: $feature-text-color;
}

@media print {
	#g-feature {
		background: #fff !important;
		color: #000 !important;
	}
}
