.ny-toy {
    position: fixed;
    background-size: cover;
    width: 134px;
    height: 134px;
    bottom: 100%;
    box-sizing: border-box;
    transform: rotate(0deg);
    user-select: none;
    z-index: 1000000;
    cursor: pointer;
}
.ny-toy.l1 {
    background-image: url('../img/ny2020/toy/1.png');
}
.ny-toy.l2 {
    background-image: url('../img/ny2020/toy/2.png');
}
.ny-toy.l3 {
    background-image: url('../img/ny2020/toy/3.png');
}
.ny-toy.l4 {
    background-image: url('../img/ny2020/toy/4.png');
}
.ny-toy.l5 {
    background-image: url('../img/ny2020/toy/5.png');
}
.ny-toy.l6 {
    background-image: url('../img/ny2020/toy/6.png');
}
.ny-toy.l7 {
    background-image: url('../img/ny2020/toy/7.png');
}

.ny-tree-shared {
    position: fixed;
    background-size: cover;
    width: 150px;
    height: 150px;
    bottom: 0;
    background-image: url('../img/ny2020/shared-tree.png');
    box-sizing: border-box;
    transform: rotate(0deg);
    user-select: none;
    z-index: 1000000;
    cursor: pointer;
    touch-action: none;
}
.ny-tree-shared:after {
    content: attr(data-quantity);
    box-sizing: border-box;
    font-size: 30px;
    color: rgba(200, 210, 210, 1);
    text-align: center;
    position: absolute;
    width: 37px;
    height: 34px;
    bottom: 9px;
    right: 9px;
}


#modal_ny_win .prizes-container {
    display: flex;
    justify-content: center;
    justify-items: start;
}
#modal_ny_win .prizes-container .prize {
    min-width: 64px;
    margin-left: 25px;
    padding-top: 75px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 64px 64px;
}
#modal_ny_win .prizes-container .prize:first-child {
    margin-left: 0;
}
#modal_ny_win .prizes-container .prize.prize-gold {
    background-image: url("../img/ny2020/lootbox/prize/gold.png");
}
#modal_ny_win .prizes-container .prize.prize-rating {
    background-image: url("../img/ny2020/lootbox/prize/rating.png");
}
#modal_ny_win .prizes-container .prize.prize-tree {
    background-image: url("../img/ny2020/lootbox/prize/tree.png");
}
#modal_ny_win .prizes-container .prize .prize-name {
    color: #F2F2F2;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
#modal_ny_win .prizes-container .prize .prize-description {
    color: white;
    text-align: center;
}


@media screen and (max-width: 1164px) {
    body:not(.desktop) .ny-toy {
        transform: translateY(-76px) scale(0.8);
    }
}