$(document).on('mouseenter mouseleave', '#borrow-it', function(){
    $('img#profile').toggle();
    $('img#profile-borrow-it').toggle();

  });