.game_container {
    width: 100%;
    height: 375px;
    background: url('https://cdn.antikvarium.hu/site/promo/autumncampaign/game/oszi_konyvszuret_jatek_bg_01.jpg') no-repeat;
    overflow: hidden;
    z-index: 99999;
    position: relative;
    cursor: url('https://cdn.antikvarium.hu/site/promo/autumncampaign/game/oszi_konyvszuret_jatek_kurzor.png') 60 60, auto;
    background-position: center !important;
}

.game_container .grape-background {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 150px;
    width: 120px;
    border-radius: 0;
}

.game_container .grape {
    width: 90px;
    height: 142px;
    position: absolute;
}

.game_container .background-1 {
    background-image: url('https://cdn.antikvarium.hu/site/promo/autumncampaign/game/oszi_konyvszuret_jatek_szolo_02.png');
}

.game_container .background-2 {
    background-image: url('https://cdn.antikvarium.hu/site/promo/autumncampaign/game/oszi_konyvszuret_jatek_szolo_02.png');
}

.game_container .background-3 {
    background-image: url('https://cdn.antikvarium.hu/site/promo/autumncampaign/game/oszi_konyvszuret_jatek_szolo_01.png');
}

.game_container .background-4 {
    background-image: url('https://cdn.antikvarium.hu/site/promo/autumncampaign/game/oszi_konyvszuret_jatek_szolo_01.png');
}

.game_container .background-5 {
    background-image: url('https://cdn.antikvarium.hu/site/promo/autumncampaign/game/oszi_konyvszuret_jatek_szolo_01.png');
}

.game_container .grape1 {
    bottom: 147px;
    right: 370px;
    z-index: 2;
}

.game_container .grape2 {
    bottom: 15px;
    right: 310px;
    z-index: 2;
}

.game_container .grape3 {
    bottom: 130px;
    right: 220px;
    z-index: 2;
}

.game_container .grape4 {
    bottom: 180px;
    right: 105px;
    z-index: 2;
}

.game_container .grape5 {
    bottom: 40px;
    right: 40px;
    z-index: 2;
}

.game_container .pulse2 {
    font-size: 16px;
    font-family: Roboto Slab, serif;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 25%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.game_container .score-box {
    font-size: 40px;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    background: url('https://cdn.antikvarium.hu/site/promo/autumncampaign/game/oszi_konyvszuret_jatek_level.png') no-repeat;
    background-size: contain;
    visibility: hidden;
    z-index: 10000;
    top: 55% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.game_container .mobile-bottom-text{
    position: absolute;
    z-index: 10001;
    bottom: 8%;
    left: 50%!important;
    color: #fff;
    transform: translate(-50%,-50%);
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
    0px 8px 13px rgba(0,0,0,0.1),
    0px 18px 23px rgba(0,0,0,0.1);
}
@media (max-width: 420px) {

    .game_container {
        background: url(https://cdn.antikvarium.hu/site/promo/autumncampaign/game/oszi_konyvszuret_jatek_mobil_bg.jpg) no-repeat;
        background-size: contain!important;
        height: 486px;
    }

    .game_container .grape1 {
        bottom: 240px;
        left: 10px;
        z-index: 2;
    }

    .game_container .grape2 {
        bottom: 34px;
        left: 10px;
        z-index: 2;
    }

    .game_container .grape3 {
        bottom: 120px;
        left: 111px;
        z-index: 2;
    }

    .game_container .grape4 {
        bottom: 240px;
        right: -15px;
        z-index: 2;
    }

    .game_container .grape5 {
        bottom: 35px;
        right: -15px;
        z-index: 2;
    }

}
@media (max-width: 400px) {
    .game_container .grape-background {
        width: 84px;
    }
}
@media (max-width: 380px) {
    .game_container .grape-background {
        width: 76px;
    }

    .game_container .grape {
        width: 70px;
    }

    .game_container {
        background: url(https://cdn.antikvarium.hu/site/promo/autumncampaign/game/oszi_konyvszuret_jatek_mobil_bg.jpg) no-repeat;
        background-size: contain!important;
        height: 424px;
    }

    .game_container .grape1 {
        top: 90px;
        left: 10px;
        z-index: 2;
    }

    .game_container .grape2 {
        bottom: 20px;
        left: 20px;
        z-index: 2;
    }

    .game_container .grape3 {
        bottom: 120px;
        right: 100px;
        z-index: 2;
        left: initial;
    }

    .game_container .grape4 {
        top: 90px;
        right: 15px;
        z-index: 2;
    }

    .game_container .grape5 {
        bottom: 20px;
        right: 22px;
        z-index: 2;
    }

}

@media (max-width: 320px) {

    .game_container {
        background: url(https://cdn.antikvarium.hu/site/promo/autumncampaign/game/oszi_konyvszuret_jatek_mobil_bg.jpg) no-repeat;
        background-size: contain !important;
        height: 376px;
    }
}