.captures {
    .no-square {
        position: relative;
        transition: all 150ms;

        & > div {
            position: relative;
            display: block;
            height: 0;
            padding-bottom: 100%;
            width: 100%;
        }
    }

    [data-kind="piece"] {
        display: block;
        cursor: pointer;
        pointer-events: auto;
        width: 100%;
        height: 100%;
    }
}