/*--------------------------------------------------------------
# Game 1
--------------------------------------------------------------*/

.game .game-title-left{
    background-color: #color1;
}
.game .game-title-right{
    background-color: #color2;
}
.game .game-title-left .team-logo{
    background-image: url(../../img/player1.png);
}
.game .game-title-right .team-logo{
    background-image: url(../../img/player2.png);
}
.game .round1 .round-map-picture{
    background-image: url(../../img/maps/map1.png);
}
.game .round2 .round-map-picture{
    background-image: url(../../img/maps/map2.png);
}
.game .round3 .round-map-picture{
    background-image: url(../../img/maps/map3.png);
}

  