.cell img {
    image-rendering: pixelated;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-cell {
    image-rendering: pixelated;
    object-fit: cover;
}

.cell-turn {
    width: 80px;
    height: 80px;
}

.cell {
    display: inline-block;
    padding: 8px;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}