.breadcrumb {
	max-width: 100%;
}
@media only screen and (max-width: 334px) {
	.breadcrumb {
		display: none!important;
	}
}