.switch-button{
    width:100%;
    height:100%;
    background-image: url(/assets/elements/tiles/swicth_1x1_off.svg);
    background-size:contain;
    cursor:pointer;
}

.switch-button.on{
    background-image: url(/assets/elements/tiles/swicth_1x1.svg);
}

.dynamite{
    width:var(--block1);
    height:var(--block2);
    background-image: url(/assets/elements/tiles/dynamite.svg);
    background-repeat:no-repeat;
}

.video-tape{
    width:var(--block2);
    height:var(--block1);
    background-image: url(/assets/elements/tiles/video.svg);
    background-repeat:no-repeat;
}