/* anchor the overlay to the banner box; positioned by center x/y% + width% + rotate */
.fb-banner { position: relative; }
.fb-zone-overlay { position: absolute; height: auto; z-index: 3; pointer-events: none; transform-origin: center; }
