#button_play_12c{
    background: url("https://fairyhaven.games/game/play.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;

    width: 255px;
    height: 85px;

    cursor: pointer;
}
#button_play_12cHead{
    background: url("https://fairyhaven.games/game/play.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;

    width: 255px;
    height: 85px;
    position: absolute;
    top: 60%;
    left: 38%;

    cursor: pointer;
    z-index: 1000;
}
#button_play_12cHead:hover{
    height: 86px;
}
#button_play_12c:hover{
    height: 86px;
}
#button_download_12c{
    cursor: pointer;

    background: url("https://fairyhaven.games/game/download.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;

    height: 40px;

}#button_download_12c:hover{
     height: 41px;
 }