/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


figure {
	margin:0; // Extra wide images within figure tags don't overflow the content area.
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
  }
  
  svg {
	overflow: hidden;
	vertical-align: middle;
  }
