remove the minus sign from:

if (lift.x > 436)
{
lift.vx *= -1;
}