.stacked {
  :first-child {
    position: absolute;
    font-size: 40% !important;
  }
  &.top-left {
    :first-child {
      left: -10%;
      top: -10%;
    }
  }

  &.top-center {
    :first-child {
      top: -10%;
    }
  }

  &.top-right {
    :first-child {
      top: -10%;
      right: -10%;
    }
  }

  &.center-right {
    :first-child {
      right: -10%;
    }
  }

  &.bottom-right {
    :first-child {
      bottom: -10%;
      right: -10%;
    }
  }

  &.bottom-center {
    :first-child {
      bottom: -10%;
    }
  }

  &.bottom-left {
    :first-child {
      bottom: -10%;
      left: -10%;
    }
  }

  &.center-left {
    :first-child {
      left: -10%;
    }
  }

  .center-center {
  }
}
