@min-width: 780px;

@narrow: ~"screen and (max-width: @{min-width})";
@wide: ~"screen and (min-width: @{min-width})";
