blockquote.mg {
	font-family: georgia, serif;
	font-style: italic;
	font-weight: 100;
	font-size: 2rem;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
}

blockquote.mg:before,
blockquote.mg:after {
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote.mg:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

blockquote.mg:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}

cite {
	line-height: 3;
	text-align: left;
}