.list span {
    display: inline-block;
    width: 200px;
}

.list > .tile {
    transition: left 0.4s, top 0.4s;
}
