@media screen and (max-width: 1500px) {
	.row1 .row1-content{
		width: auto;
	}
	.categoryshow .row1{
		display: flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-around;
	}
}
.categoryshow a:hover{
	color:#FF7616;
}