$(document).ready(function() {
  
  if ( $(document).width() < 600 ) {
     $(".block#content").width( 280 )
  }
});
