.rwd_outer .game_outer {
    width: calc(1000/1000*100%);
    height: 0;
    padding-bottom: calc(900/1000*100%);
    background-image: url(../assets/prize_bg.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    float: right
}

.rwd_outer .game_outer li {
    display: block;
    position: absolute;
    width: calc(248/1000*100%)
}

.rwd_outer .game_outer li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative
}

.rwd_outer .game_outer .after-square {
    content: "";
    display: none;
    opacity: 0;
    width: calc(200/248*100%);
    height: calc(263/248*100%);
    background-image: url(../assets/Finger.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%
}

.rwd_outer .game_outer li:nth-child(1),.rwd_outer .game_outer li:nth-child(2),.rwd_outer .game_outer li:nth-child(3) {
    top: calc(65/900*100%)
}

.rwd_outer .game_outer li:nth-child(4),.rwd_outer .game_outer li:nth-child(8) {
    top: calc(326/900*100%)
}

.rwd_outer .game_outer li:nth-child(5),.rwd_outer .game_outer li:nth-child(6),.rwd_outer .game_outer li:nth-child(7) {
    top: calc(587/900*100%)
}

.rwd_outer .game_outer li:nth-child(1),.rwd_outer .game_outer li:nth-child(7),.rwd_outer .game_outer li:nth-child(8) {
    left: calc(115/1000*100%)
}

.rwd_outer .game_outer li:nth-child(2),.rwd_outer .game_outer li:nth-child(6) {
    left: calc(376/1000*100%)
}

.rwd_outer .game_outer li:nth-child(3),.rwd_outer .game_outer li:nth-child(4),.rwd_outer .game_outer li:nth-child(5) {
    left: calc(637/1000*100%)
}

.rwd_outer .game_outer li a:hover {
    background-image: url(../assets/HOVER.png)
}

.rwd_outer .game_outer li a:hover:after {
    display: block;
    opacity: 1;
    z-index: 1
}
