/* events — externalised head <style> (§9.3) */
/* Mobile only: move the overlapping mug to the right side of the image. */
    @media (max-width: 600px) {
      #brand-exposure .media-overlap--left { left: auto; right: 7%; }
    }
