.game-screen{
    background: #00adff;
    color: #fff;
}

.icon-call{
    width: 42px;
    height: 42px;
    background: url(../img/games/game_3/icon_call.png) 0 0 no-repeat;
}

.game-interactive{
    text-align: center;
}

.gi-content .heading{
    font: bold 46px/1 'Roboto Slab';
    height:46px;
    margin: 0 0 42px;
}

.phone-box{
    font-size: 0;
    width: 300px;
    height:280px;
    text-align: center;
}

.phone-button{
    width: 86px;
    height: 56px;
    font: bold 32px/1 'Roboto Slab';
    background-color: #fff;
    color: #00adff;
    display: inline-block;
    padding: 12px;
    text-align: center;
    margin: 7px;
    z-index:1;
}

.gi-content .icon-call{
    margin: 42px 0 0;
}

[data-phone]{
    cursor: pointer;
}

.phone-controls{
    pointer-events: none;
    font-size: medium;
    margin-top: -70px;
}