@mixin x-media-orientation($orientation) {
  @media (orientation: $orientation) {
    @content;
  }
}