@mixin aspect-ratio($width, $height) { &:before { content: ""; display: block; width: 100%; padding-top: ($height / $width) * 100%; } }