3 `iron-media-query` can be used to data bind to a CSS media query.
4 The `query` property is a bare CSS media query.
5 The `query-matches` property is a boolean representing if the page matches that media query.
10 <iron-media-query query="(min-width: 600px)" query-matches="{{queryMatches}}"></iron-media-query>