

@media ( max-width :800px) {
a.orangeCat{
	width:33.3% ;
}
}

@media ( max-width :500px) {
a.orangeCat{
	width:50% ;
}
}