@media all and (min-width: 1024px)
	{
	.daricol { columns:2 };
	}
	
@media all and (max-width: 1023px)
	{
	.daricol { columns:1 };
	}