@mixin aspect-ratio($width, $height) {
	padding-top: ($height / $width) * 100%;
}