﻿.tile-content{
    display: flex;
    flex-direction: column;
    background: rgba(2, 2, 2, 0.5);
    position: absolute;
    width: 100%;
    bottom:0;
    padding: 14px;
    color:#ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4)
}

.tile-title2{
    font-size: 14px;
}

.tile-description2{
    font-size: 12px;
    margin-top: 8px;
}

/*.tile_bottom_left_titledescription {
    position: relative;
    font-size: 12px !important;
    font-weight: normal;
    left: 0px;
}*/

/*
.tile-title {
    position: absolute;
    bottom: 15px;
    left: 30px !important;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 0px !important;
    width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.tile-description {
    position: absolute;
    bottom: 15px;
    left: 30px !important;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 0px !important;
    width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    z-index: 1;
}
*/