section#frontpage-tile .frontpage-tile-row {
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    section#frontpage-tile .frontpage-tile-row {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

section#frontpage-tile .frontpage-tile-column {
    height: 200px;
    position: relative;
}

section#frontpage-tile .frontpage-tile-column > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section#frontpage-tile .frontpage-tile-column div {
    padding: 0;
    margin: 0;
    height: 100%;
}

section#frontpage-tile .frontpage-tile-link {
    height: 100%;
    width: 100%;
    text-decoration: none;
}

section#frontpage-tile .frontpage-tile-link > div {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.786458) 49.88%, #000000 100%);
    opacity: 0.5;
}

section#frontpage-tile .frontpage-tile-caption {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0;
    width: 100%;
    font-family: Exo;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    color: #FFFFFF;	z-index: 1;
}
