.card-placeholder {
    display: block;
    background: #deddd7;
}

.card-fallback-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-card:nth-child(3n+2) {
    transform: none;
}
