.topgrid {
    width: 980px;
    height: 1px;
    background: url(http://www.allkeyshop.com/blog/wp-content/themes/reviewit/lib/images/metallic_line.png) no-repeat center top;
    clear: both;
}
.grid {
    width: 978px;
    height: 430px;
    position: relative;
    clear: both;
    border-width: 0 1px;
    border-style: solid;
    border-color: #323232;
}

.grid > div {
    position: absolute;
}

.tiles {
    overflow: hidden;
    border: 5px solid black;
    box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
}

.tiles img{
    position: absolute;
 /*   left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}

.tilesL img{
    position: absolute;
 /*   left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-60%);
    -ms-transform: translate(-50%,-60%);
    transform: translate(-50%,-60%);*/

}

.tiles-small {
    width: 210px;
    height: 210px;
}

.tiles-large-h {
    width: 630px;
    height: 210px;
}

.tiles-large-v {
    display: block;
    width: 350px;
    height: 420px;
    margin-top: 9px;
}

#small1 {
    top: 210px;
}

#small2 {
    left: 210px; top: 210px;
}
#small3 {
    left: 420px; top: 210px;
}

#largev {
    left: 630px;
}

#largeh {

}

.akstile-game
{
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    height: 35px;
    width: 100%;
    line-height: 35px;
}

.game-name {
    float: left;
    text-align: left;
    margin-left: 10px;
    font-weight: bold;
}
.game-eco {
    background-color: green;
    display: block;
    float: right;
    text-align: right;
    line-height: 27px;
    font-size: 16px;
    margin: 4px 10px 4px 0px;
    padding: 0px 4px 0px 4px;
}

.game-price {
    display: block;
    float: right;
    text-align: center;
    font-size: 16px;
    margin: 0px 10px 0px 0px;
}

.game-buy {
    color: white;
    text-decoration: none;
    background-color: #218df3;
    display: block;
    float: right;
    font-weight: bold;
    text-align: center !important;
    line-height: 27px;
    font-size: 16px;
    margin: 4px 10px 4px 0px;
    padding: 0px 4px 0px 4px;
}

.infobulle {
    position:absolute;
    display: table;
    width: 100%;
    height: 175px;
}

.infobulle span{
    color:#fff;
    background:rgba(0, 0, 0, 0.5);
    transform:scale(0);
    transition:all .25s;
    opacity:0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    display: table-cell;

    line-height: 100%;
    word-wrap: normal;
    vertical-align: middle;
}

.infobulle:hover span, .infobulle:focus span{
    transform:scale(1);
    opacity:1;
}