@media (max-width: 560px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .siteHeader > .brand {
    min-width: 0;
    max-width: 40vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .integrationVisual {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .integrationVisual .orbit {
    position: absolute;
    left: 50% !important;
    right: auto !important;
    top: 50%;
    margin: 0 !important;
    transform: translate(-50%, -50%) scale(.52) !important;
    transform-origin: center !important;
  }

  footer,
  footer > div {
    min-width: 0;
    max-width: 100%;
  }

  footer a,
  footer p {
    overflow-wrap: anywhere;
  }
}
