$(window).resize(function(){
if ($(document).width() >= 751){
$('body').animate({
left: '0'
});
}
if($('.menn').css('right') == '0px' && $(document).width() < 751){
$('body').animate({
left: '-181'
});
};
});
console.log('resize start')
, в обработчике wondow.resize.