.dynamicTile .col-sm-3.col-xs-6{
    padding:5px;
}

.dynamicTile .col-sm-6.col-xs-12{
    padding:5px;
}

#tile1{
    background: #459933;
}

#tile2{
    background: #5b42b5;
}

#tile3{
    background: #ae304c;
}

#tile4{
    background: #cb5d3a;
}

#tile5{
    background: rgb(160, 31, 183);
}

#tile6{
    background: rgb(33, 24, 163);
}

#tile7{
    background: rgb(87, 122, 78);
}

#tile8{
    background: rgb(63, 186, 186);
}

#tile9{
    background: rgb(89, 63, 186);
}

#tile10{
    background: rgb(239, 48, 38);
}

.tilecaption{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    margin:0!important;
    text-align: center;
    color:white;
    font-family: arial;
    font-weight: lighter;
}

.tilecaption2{
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    margin:0!important;
    text-align: center;
    color:white;
    font-family: arial;
    font-weight: lighter;
}



