@mixin mix-aspect-ratio($width, $height) {

  &:before {
    padding-top: ($height / $width) * 100%;
  }
}
