.illustration-layer,
.illustration-container .illustration-layer {
  align-self: unset;
  justify-self: unset;
}

.illustration-container {
  padding-left: var(--gutter-width);
  padding-right: var(--gutter-width);
  position: relative;
}

.illustration-container .hero-background img {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 360px;
  right: calc( var(--container-gutter) - 3.0vw);
  bottom: 100px;
}

.illustration-container .hero-foreground img {
  position: absolute;
  z-index: 1000;
  width: auto;
  height: 300px;
  right: calc( var(--container-gutter) - 2.5vw);
  bottom: 0;
}

.illustration-container.illustration-getting-started img {
  position: absolute;
  width: auto;
  height: 300px;
  left: var(--container-gutter);
  bottom: -95px;
}

.illustration-container.illustration-cta img {
  position: absolute;
  width: auto;
  max-width: 25%;
  max-height: 240px;
  right: var(--container-gutter);
  bottom: 0px;
}