/**
 * Biz Map (Legacy).
 *
 * The theme printed these two rules from an inline <style> inside the render
 * template, so a page with three maps emitted them three times. They belong in a
 * stylesheet.
 */

.mapWrapper iframe {
	width: 100%;
}

.alignfull .map {
	width: 100%;
}
