.at-tool__image {
    display: block;
    border: none;
}

.at-tool__content {
    margin-top: 1em;
}

.at-tool__fakeLink {
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    color: #090909;
    text-decoration: none;
}

.at-tool__fakeLink:after {
    content: '⭢';
    vertical-align: middle;
    margin-left: 0.4em;
    font-family: 'SS BlackTie-Light';
    text-rendering: optimizeLegibility;
    text-decoration: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
    color: #090909;
}

.at-tool__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
}

.at-tool__link,
.at-tool__link:hover,
.at-tool__link:focus {
    color: #090909;
    text-decoration: none;
}

@media (min-width: 600px) {
    .at-tool__imageContainer {
        display: inline-block;
        width: 30%;
        vertical-align: top;
    }

    .at-tool__content {
        display: inline-block;
        width: calc(100% - 30% - 2em);
        margin-top: 0;
        margin-left: 2em;
    }
}