$(window).resize(function() { var w = $(window).width(); if(w < 1314) $("#block").css({ 'width' : ''}); });