Example @mixin for a media query.
@mixin media--over-970 { @media only screen and (min-width: 970px) { @content; } }