.coding-piece.top-left img,
.coding-piece.top-right img,
.coding-piece.bottom-left img,
.coding-piece.bottom-right img {
    position: absolute;
    max-width: none;
}

.coding-piece.top-left img {
    top: 0;
    left: 0;
    transform-origin: bottom right;
}

.coding-piece.top-right img {
    top: 0;
    right: 0;
    transform-origin: bottom left;
}

.coding-piece.bottom-left img {
    bottom: 0;
    left: 0;
    transform-origin: top right;
}

.coding-piece.bottom-right img {
    bottom: 0;
    right: 0;
    transform-origin: top left;
}

/* Ensure no gaps between pieces */
.coding-piece::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
}
