/*** TILES ***/

.ems__tile-container{
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    display: inline-block;
    margin-right: 6px;
}

.ems__tile-container.single {
    width: calc(33% - 9px);
}

.ems__tile-container.double {
    width: calc(66% - 9px);
}

.ems__tile-inner {
    padding-top: 96.15%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.ems__tile-container.double .ems__tile-inner {
    padding-top: 47.5%;
}

.ems__tile-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(36,36,36,.91);
    padding: 16px 24px 12px;
}

.ems__tile-content-row {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.ems__tile-title {
    color: #fff;
    flex: 0 0 100%;
    font-weight: 800;
    line-height: 1.5em;
    margin-top: 1px;
    order: 2;
}

.ems__tile-date {
    flex: 0 0 100%;
    font-size: 13px;
    color: #fff;
    line-height: 1.5em;
}