/* v2.7.2 — Hide the home hero section on phones.
   Desktop/tablet keeps the existing hero. Phones start directly with the
   next content section for a shorter and cleaner mobile homepage. */

@media (max-width: 767.98px) {
  body.vlg-theme.home .vlg-hero,
  body.vlg-theme.front-page .vlg-hero,
  body.vlg-theme.page-template-front-page .vlg-hero,
  body.home .vlg-hero,
  body.front-page .vlg-hero {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.vlg-theme.home .vlg-hero + *,
  body.vlg-theme.front-page .vlg-hero + *,
  body.home .vlg-hero + *,
  body.front-page .vlg-hero + * {
    margin-top: 0 !important;
  }
}
