// Use to apply styles for compact view ports.
@mixin for-compact-only {
  @media (max-width: 705px) { @content; }
}
