// ============================================================
//          Fluid Media                              
// ------------------------------------------------------------*/
@mixin aspect-ratio($aspect)
	@extend .res-container
	$ratio : nth($aspect,2) / nth($aspect,1) * 100 + 0%
	padding-bottom: $ratio

+route(style,base)
	#map_canvas,.map_canvas
		img,embed,object
			max-width: none !important

	.res-container
		position: relative
		padding-bottom: 56%
		height: 0
		overflow: hidden
		
		iframe, object, embed
			position: absolute
			top: 0
			left: 0
			width: 100%
			height: 100%

	video
		width: 100% !important
		height: auto !important