/* Anchor footer background image to top (avoid horizon cropping).
 * Applied via .ue-footer-ground on the outer footer container.
 * Needed because GB 2.x does not expose background-position in the UI.
 */
.ue-footer-ground {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}