.x-orientation-inspector {
  display: none;
  content: "landscape";
  @media (orientation : portrait) {
    content: "portrait";
  }
}