.container.root > .cmp-container > .aem-Grid {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container.root > .cmp-container > .aem-Grid div.footer-xf {
  align-items: flex-end;
  display: flex;
  flex: 1;
}
.container.root > .cmp-container > .aem-Grid div.footer-xf .xf-footer {
  width: 100%;
}
