/* games */
.bk-games{}
.bk-games .game{
    text-align: center;

    display: block;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    padding: 20px 20px 30px;
    margin: 20px auto;
    min-height: 400px;
    border-radius: 4px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #d9d9d9;
    background-color: #fff;
    max-width: 500px;
    margin: 80px auto 160px;
}

.bk-games .game-logo{
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: -2000px;
    width: 288px;
    height: 191px;
    margin: -144px auto 0;
    background-position: 50% 50%;
    background-size: cover;
}
.bk-games .game-title{
    font-family: 'Patua One', helvetica, arial, sans-serif;
    font-size: 32px;
    line-height: 38px;
    color: #000;
}
.bk-games .game-description{
    font-size: 20px;
    line-height: 32px;
    color: #252525;
    text-align: center;
    display: block;
    position: relative;
    margin: 14px auto;
}
.bk-games .game-screen{
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: -2000px;
    width: 320px;
    height: 240px;
    margin: 0 auto;
    background: #252525;
    background-position: 50% 50%;
    background-size: cover;
}
.bk-games .cta-btn{
    margin: 20px auto 0;
    padding-left: 60px;
    background-color: #ac1f1f;
    background-position: 10% 50%;
    background-size: 40px 18px;
    background-repeat: no-repeat;
    background-image: url('../images/icons/play.svg');
}

    .bk-games .game.break-the-bank .game-screen{
        background-image: url('../images/games/break-the-bank-screenshot.jpg');
    }
    .bk-games .game.bring-home-the-bacon .game-screen{
        background-image: url('../images/games/bring-home-the-bacon-screenshot.jpg');
    }
    .bk-games .game.dollar-a-glass .game-screen{
        background-image: url('../images/games/dollar-a-glass-screenshot.jpg');
    }

    .bk-games .game.break-the-bank .game-logo{
        background-image: url('../images/games/break-the-bank.png');
    }
    .bk-games .game.bring-home-the-bacon .game-logo{
        background-image: url('../images/games/bring-home-the-bacon.png');
    }
    .bk-games .game.dollar-a-glass .game-logo{
        background-image: url('../images/games/dollar-a-glass.png');
    }