.card-image {
    display: block;
    background: #fff center center no-repeat;
    background-size: cover;
    filter: blur(3px);
    /* blur the lowres image */
}

.card-image>img {
    display: block;
    width: 100%;
    opacity: 0;
    /* visually hide the img element */
}