.game-interactive .info-content{
    background: url(../img/games/game_4/bg.jpg) center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.game-interactive .info-content,
.game-interactive .info-content .heading-1{
    color: #fff;
}

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

.answer-item{
    border:1px solid rgba(0, 0, 0, .2);
    padding:12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 322px;
    height: 62px;
}

.answer-item~.answer-item{
    margin-top:14px;
}

.answer-item>.align{
    font-size: 14px;
}

.progress{
    position: absolute;
    top: 24px;
    right: 22px;
    width: 32px;
    text-align: center;
    color: #fff;
    font: bold 14px/18px 'Open Sans';
}

.game-interactive .info-content{
    padding: 24px 48px;
}

[data-answer]{
    cursor: pointer;
}