/* Adjusts title art segments so that they shrink and stack */

	@media screen and (min-width: 320px) and (max-width: 1023px)
	{

	}

	@media screen and (min-width: 768px) and (max-width: 799px)
	{

	}

	@media screen and (max-width: 479px)
	{

	}


