@media only screen and (orientation: landscape) {
}

@media only screen and (orientation: portrait) {
  [skew] {
    transform: skew(0, 0deg);
  }
  [desktoponly] {
    display: none;
  }

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