.tile-row {
    margin-left: -15px;
    margin-right: -15px;
}
.grid-tile {
    padding: 15px;
}
.tile-4-3,
.tile-8-3 {
    width: 100%;
    position: relative;
}

.tile-4-3 {
    padding-bottom: 68.47%;
}
.tile-8-3 {
    /*padding-bottom: 31.35%;*/
    padding-bottom: calc(34.235% - 15px);
}
.grid-tile-inner p {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    color: #fff;
    font-family: 'futura-pt', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    z-index: 9;
}
.grid-tile-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: var(--rp-radius);
    overflow: hidden;
}
.tile-gradient {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.grid-tile a.fill:hover {
    background: rgba(0,0,0,0.35);
}
.link-tiles--background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.link-tiles--background.secondary-background {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
}

@media(min-width:768px) and (max-width:991px) {
    .grid-tile {
        padding: 10px;
    }
    .tile-8-3 {
        padding-bottom: calc(34.235% - 10px);
    }
    .tile-row {
        margin-left: -10px;
        margin-right: -10px;
    }
}


@media(max-width:767.92px) {
    .tile-row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .link-tiles .tile-4-3-mobile,
    .link-tiles .tile-4-3 {
        padding-bottom: 91.33%;
    }
    .link-tiles .tile-8-3-mobile {
        padding-bottom: 44%;
    }
    .grid-tile {
        padding: 8px;
    }
    .grid-tile-inner p {
        bottom: 6px;
        left: 10px;
        right: 10px;
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 0;
    }
}