/* wrap in min-width */
@media only screen and (min-width:0)
{
    .story
    {
        margin: 0 auto 1em;
    }
    .article__headline
    {
        line-height: 1em;
    }

    .article__byline
    {
        margin: 0 .125em .75em;

        color: #aaa;
    }
    .story__blurb
    {
        margin: .5em 1em 0;
        line-height: 1;
    }

    .story__pagination {
        margin-top: 2rem;
    }

    .story__copy
    {
        margin: 1.75em 1em;
    }

    .story__copy ul
    {
        margin-bottom: 1em;
        margin-left: 0;
        padding-left: 1em;

        list-style-position: inside;
        list-style-type: disc;

        text-indent: -1em;
    }

    .story__embedcode
    {
        display: flex;

        max-width: 48em;
        margin: 0 auto;

        text-align: center;

        align-items: center;
        justify-content: center;
    }

    .story__embedcode .instagram-media
    {
        margin: 0 auto;

        text-align: center;
    }

    .first-paragraph p:first-child:first-line
    {
        font-weight: 700;
    }

    .first-paragraph p:first-child:first-letter
    {
        font-size: 5em;
        line-height: .85em;

        float: left;

        padding-right: .1em;
    }

    .story__copy h2
    {
        margin: 1em 0 .5em 0;
    }

    .story__copy h3
    {
        margin: 1em 0 .5em 0;
    }

    .story__blockquote,
    .story__asset,
    .story__tags,
    .story__discussion
    {
        margin: 0;
    }

    .story__tags,
    .story__pagination
    {
        margin: 1em;
    }

    .contentset,
    .contentset-alt
    {
        margin: 1px 0 0 0;
    }

    .contentset:not(:first-child),
    .contentset-alt:not(:first-child)
    {
        padding: 0 0 0 1px;
    }

    .contentset__video
    {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

    .contentset__caption
    {
        display: none;
    }

    [data-type='embedVideo']
    {
        position: relative;

        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    [data-type='embedVideo'] iframe
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;
    }

    .blockquote__left,
    .blockquote__center,
    .blockquote__right
    {
        font-size: 2em;
        font-weight: bold;
        font-style: italic;
        line-height: 1em;

        width: 100%;
        margin: .5em 0;

        text-transform: uppercase;

        color: #19740d;
    }
}

@media only screen and (min-width:49em)
{
    .article__byline
    {
        max-width: 48em;
    }
    .story__blockquote,
    .story__tags,
    .story__copy,
    .story__blurb,
    .story__discussion,
    .story__pagination
    {
        max-width: 48em;
        margin-right: auto;
        margin-left: auto;
    }

    .story__asset
    {
        max-width: 62.5em;
        margin-right: auto;
        margin-left: auto;
    }
}
