/* Landing-only image ratio safeguards. */
body.tsumu-landing-page img {
  height: auto;
}

body.tsumu-landing-page .landing-brand img {
  width: 156px;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

body.tsumu-landing-page .landing-hero-mascot {
  width: auto;
  max-width: min(100%, 500px);
  max-height: 520px;
  object-fit: contain;
}

body.tsumu-landing-page .landing-language-mascot {
  width: auto;
  max-width: 220px;
  max-height: 300px;
  object-fit: contain;
}

body.tsumu-landing-page .landing-cta-mascot {
  width: auto;
  max-width: 220px;
  max-height: 280px;
  object-fit: contain;
}

@media (max-width: 760px) {
  body.tsumu-landing-page .landing-hero-mascot {
    max-width: 78vw;
    max-height: 460px;
  }

  body.tsumu-landing-page .landing-language-mascot,
  body.tsumu-landing-page .landing-cta-mascot {
    max-width: 56vw;
    max-height: 300px;
  }
}
