@import "stage/variables";
@import "stage/components";

.ae-stage {
  @extend .ae-full-size;

  perspective: $ae-stage-perspective;
}

// ensure animation box instances are always full width
.ae-stage > div > div {
  width: 100%;
}
