  #poker {
    // background: lightblue;
    background: transparent;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    width: 250px;
    height: auto;
    min-height: 250px;
    cursor: url('../asset/normal.cur') 39 39, auto;
  }
  
  #poker > div {
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #poker > div > div {
    background-color: white;
    background-size: auto 85%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 45%;
    max-width: 200px;
    height: 85%;
    max-height: 200px;
    will-change: transform;
    border-radius: 10px;
    box-shadow: 0 12.5px 100px -10px rgba(50, 50, 73, 0.4), 0 10px 10px -10px rgba(50, 50, 73, 0.3);
  }
  