.at-storyPreview {
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: initial;
    background-color: #fff;
    transition: all .15s;
}

.at-storyPreview:hover {
    color: initial;
    transform: translate3d(0px, -2px, 0);
}

.at-storyPreview__picture {
    width: 100%;
}

.at-storyPreview__text {
    padding: .3em 0 0;
}

.at-storyPreview__label {
    display: block;
    margin-bottom: .3em;
    font-size: .9rem;
    font-weight: 700;
    color: #247595;
}

.at-storyPreview__title {
    margin-bottom: 0.1em;
    font-size: 1.45em;
    line-height: 1.3;
}

.at-storyPreview__text p:last-child {
    margin-bottom: 0;
}
