/* Mobile rendering baseline — avoids broad visual overrides. */
@media screen and (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  img,
  video,
  iframe {
    max-width: 100%;
  }

  video,
  iframe {
    height: auto;
  }
}
