.tiles .tile {
    border: 0;
    position: relative;
    float: left;
    width: 24%;
    margin-right: 1%;
    border-radius: 1px;
}
.tiles .tile:nth-child(2), .tiles .tile:nth-child(4) {
    width: 24%;
    margin-right: 1%;
}