section.story {
    display: flex;

    border-top: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;

    > div:nth-child(1) {
        max-width: 10%;
        padding-top: 16px;

        > img, > a > img {
            width: 100%;
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
        }
    }

    > div:nth-child(2) {
        padding-left: 16px;
    }

    a, a:visited {
        color: #00c;
        text-decoration: none;
    }
    a:hover, a:active {
        color: #00f;
        text-decoration: underline;
    }
}
