// ==========================================================================
// Media
// ==========================================================================

img {
	max-width: 100%;
	height: auto;
}

// Make sure embeds and iframes fit their containers
embed,
iframe,
object {
	max-width: 100%;
}