/* Footer top region - full width background */
.footer-top,
.region--footer-top {
  padding: 0;
  width: 100%;
}

/* Full width region - backgrounds extend edge to edge */
.region--footer-top.full-width-region {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}

/* But content inside should be contained */
.region--footer-top .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
