.text-free-game{
    background-image: url("text-free-game-en.png");
}
.text-title{
    background-image: url("text-choose-en.png");
}
.text-unlock{
    background-image: url("text-unlock-en.png");
}

@media (max-width: 780px) {

    .text-free-game{
        background-image: url("text-free-game-en.png");
    }

    /*.text-title{
        background: url("text-choose-en.png");
    }*/

    .text-unlock{
        background-image: url("text-unlock-en.png");
    }

}