$(document).ready(function() {
  	  var rehite = $(window).width();
  	  if (rehite < 480) {
  	  	$('.page-template-locations-php .entry').each(function() {
				$(this).children().css('width','250px');
 				});
 
			} 
	$(window).resize(function() {
	$('.page-template-locations-php .entry').each()
  	  var rehite = $(window).width();
  	  if (rehite < 480) {
  	  	$('.page-template-locations-php .entry').each(function() {
				$(this).children().css('width','250px');
 				});
			} 
	});
});
