.breadcrumbs {
	width: 1000px;
	margin: 20px auto;
}

@media only all and (max-width: 1000px) {
	.breadcrumbs {
		width: 90%;
	}
}