@media (max-width:767px){
  .brand-emblem{
    width:min(260px,58vw);
    min-width:0;
    max-height:72px;
  }

  .page-home[data-nav-active="about"] .lt2-hero-bg,
  .page-home[data-nav-active="junior"] .lt2-hero-bg,
  .page-home[data-nav-active="blog"] .lt2-hero-bg,
  .page-home[data-nav-active="eamcet"] .lt2-hero-bg,
  .page-home[data-nav-active="contact"] .lt2-hero-bg{
    display:none;
  }

  .page-home[data-nav-active="about"] .lt2-hero,
  .page-home[data-nav-active="junior"] .lt2-hero,
  .page-home[data-nav-active="blog"] .lt2-hero,
  .page-home[data-nav-active="eamcet"] .lt2-hero,
  .page-home[data-nav-active="contact"] .lt2-hero{
    background:
      radial-gradient(ellipse 90% 70% at 20% 20%,rgba(200,255,61,.08) 0%,transparent 55%),
      linear-gradient(165deg,#0a171b 0%,#101313 48%,#181c1c 100%);
    min-height:320px;
  }

  .map-container{
    aspect-ratio:16/10;
    min-height:180px;
  }
}
