.card-image-container__sm,
.card-image-container,
.card-image-container__lg {
    background: #fcfcfc;
    height: 48px;
    width: 76px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}


.card-image-container {
    height: 100px;
    width: 159px;
}

.card-image-container__lg {
    height: 206px;
    width: 327px;
    opacity: 0;
    transition: opacity 0.5s ease;
}
