.at-tilesMenu--margin {
    margin-bottom: 80px;
}

.at-tilesMenu__tile {
    position: relative;
    height: 50vw;
    padding: 16px 32px 48px;
    overflow: hidden;
}

.at-tilesMenu__tile--hasImage {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .at-tilesMenu__tile {
        height: 22vw;
    }
}

.at-tilesMenu__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    transition: 420ms;
}

.at-tilesMenu__tile:hover .at-tilesMenu__image {
    transform: scale(1.06);
}

.at-tilesMenu__title {
    font-family: 'pt-serif-italic';
    font-size: 2em;
}

.at-tilesMenu__linkUrl {
    display: block;
    line-height: 1.2;
}

.at-tilesMenu__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999em;
}

@media screen and (max-width: 460px) {
    .at-tilesMenu__text {
        padding: 0 16px;
    }
}