/* Featured image shown on WordPress Pages by the ShrewdMommy Page Featured Images plugin. */
.smpfi-featured-image {
    margin: 0 0 28px;
    overflow: hidden;
    border-radius: 14px;
}

.smpfi-featured-image .smpfi-image {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}

@media (max-width: 640px) {
    .smpfi-featured-image {
        margin-bottom: 22px;
        border-radius: 12px;
    }
}
