.new-logo img {
    width: 23px;
    position: absolute;
    margin: 13px 150px;
}

.game-box {
    position: relative;
    overflow: hidden;
}

.game-box .new {
    position: absolute;
    width: 60px;
    right: -7px;
    top: -8px;
}

.poker-tournament{
    position: absolute;
    width: 100%;
    justify-content: center;
    top: 35%;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%);
}

.poker-tournament-count{
    width: 60%;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 20px;
    border-radius: 5px 0 0 5px;
    display: flex;
    justify-content: center;
}

.btn-view-tourpoker{
    background: orange;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 5px 5px 0px;
}

.progressive-tournament{
    position: absolute;
    bottom: 0;
    right: 2%;
    font-size: 20px;
    color: #74ae10;
}
