# File lib/scruffy/layers/base.rb, line 145
      def relative(pct)
        @height * (pct / 100.to_f)
      end