.caption {
    box-sizing: border-box;
    position: relative;
    color: #666;
    display: inline-block;
    font-weight: 600;
    margin-top: 5px !important;
    text-align: left !important;
    width: 100%;
    font-size: 1rem !important;
    line-height: 1.4em !important; 
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.caption .card {
    display: inline-flex !important;
    padding: 0px 5px !important;
    box-sizing: border-box;
}


.caption .card__body{
    display: inline-block;
    padding-bottom: 0px !important;
    width: fit-content;
    max-width: 680px;
    margin: 0;
    text-align: left;
}
.caption .caption .link {

    text-transform: uppercase;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: .6875rem;
    line-height: 1.4em;
    position: relative;
    text-align: left;
    text-decoration: underline;
    cursor: pointer;
    color: #e0241b;
    display: inline-block;
    font-weight: 600!important;
    
}
.caption .link:hover {
                color:#ca7979;
}
.caption .link2 {
    text-transform: uppercase;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: .6875rem;
    line-height: 1.4em;
    position: relative;
    cursor: pointer;
    color: #f5796d;
    text-decoration: underline;

    display: inline-block;
    font-weight: 600!important;

}	
.caption .link2:hover {
            /*opacity: .8;*/
            color:#ca7979;
}

.caption .credits {
    text-transform: uppercase;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: .6875rem;
    line-height: 1.4em;
    position: relative;
    text-align: left;
    font-weight: 400;
    color: #aaa;
    display: inline-block;
}
.caption .credits span {
        font-weight: 600!important;
    }


.caption .card__figure {
    background: none !important;
    display: inline-block;
    height: 20px !important;
    margin-right: 10px;
    max-height: 20px!important;
    min-height: 20px!important;
    min-width: 14px!important;
    vertical-align: top;
    width: 14px;


}
.caption .card__figure	svg {
    fill: #aaa;
    height: 14px;
    padding-right: 6px;
    width: 14px;
}

.article-body figure img {
    width: 100%;
}