@media screen and (max-width:560px) {
	.section-category .fl.l1 {
		width:100%;
		float:none;
		text-align:center;
		margin-bottom:20px;
	}
	.section-category .fl.l1 img {
		width:70%;
	}

	.section-category .fr.r1 {
		width:100%;
		float:none;
	}

	.section-category .categories .fl.l2 {
		width:50%;
	}

	.section-category .categories .name {
		margin:0 10px 0 0;
		font-size:12px;
	}
}