The way your game is set up, I would choose to either set the collision polygon just around the feet or create a collision sprite at that point. I think you wouldn't mind your enemies overlapping as long as they are not completely occupying the same place. Using solid behaviour for the feet-sprite could work perfectly, but if you'd like a different solution you could check for distance and speed up or make the movement slower accordingly.