#about-page
  .author-content-item.game
    min-height 300px
    overflow hidden
    color var(--efu-white)

    &::after
      position absolute
      content ''
      width 100%
      height 100%
      top 0
      left 0

    .card-content
      position absolute
      width 100%
      height 100%
      top 0
      left 0
      z-index 2
      display flex
      flex-direction column
      padding 1rem 2rem