@media screen and (max-width: 499px) {
	.container-content > :not([data-uid]):not(.breadcrumb) {order:2}
}
@media screen and (min-width: 500px) and (max-width: 799px) {
	.container-content > :not([data-uid]):not(.breadcrumb) {order:2}
}
@media screen and (min-width: 800px) and (max-width: 1099px) {
	.container-content > :not([data-uid]):not(.breadcrumb) {order:2}
}
@media screen and (min-width: 1100px) {
	.container-content > :not([data-uid]):not(.breadcrumb) {order:2}
}