@media only screen and (orientation: landscape) {
  body {
    background: #222;
  }
}

@media only screen and (orientation: portrait) {
  body {
    background: #000;
  }
  [skew] {
    transform: skew(0, -5deg);
  }
  [people] {
    height: 13rem;
  }
  [desktoponly] {
    display: none;
  }

  [people] {
    background-position: top left !important;
  }

  footer > section {
    width: 100%;
    padding: 1rem !important;
    font-size: 0.75rem;
  }
  footer > section:last-of-type {
    text-align: end;
  }
}
