// Horizontal Mediaqueries
above($min, $type = $screen)
  +bp($min, $mq = 'min-width', $type)
    {block}

below($min, $type = $screen)
  +bp($min, $mq = 'max-width', $type)
    {block}
