@mixin phone

@media only screen and (max-width: 450px)
  @content

@mixin desktop

@media only screen and (min-width: 451px)
  @content