/* SOCC site-wide styles. Desktop is untouched; the rules below only tidy the
   stacked phone layout (max-width 767px, WPBakery's own breakpoint). */
@media (max-width: 767px) {
  /* WPBakery rows/columns with nothing in them (tagged by socc-site.js):
     on desktop they were invisible spacers, stacked they become blank bands. */
  .socc-empty { display: none !important; }

  /* Ultimate Addons "vertical zoom" parallax shifts full-bleed background
     images up by a few px, leaving a blank strip at the bottom of the hero
     and the green appointment band. Pin the image on phones. */
  .upb_row_bg.vcpb-vz-jquery { background-position: center center !important; }
}
