// Vertical Mediaqueries
aboveHeight($min, $type = $screen)
  +bp($min, $type, $mq: 'min-height')
    {block}

belowHeight($max, $type = $screen)
  +bp($max, $type, $mq: 'max-height')
    {block}
