.boxed--fill .article-img img, #resource-card {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
} 

.boxed.boxed--border.boxed--fill {
    border:none;
    border-radius: none;
    background-color: rgb(252,252,253);
}
.boxed.boxed--fill {
    border-radius:0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.boxed--fill.img-frame {
    width: 100%;
    text-align: center;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.img-frame img {
    max-width: initial;
    height: 203px;
    object-fit: contain;
    position:relative;
    left: 50%;
    transform: translateX(-50%);
}
