nav ol.breadcrumb {
  background-color: transparent;
  padding: 26px 0 30px 0;
  margin-bottom: 0;
  font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: white !important;
}

.breadcrumb-item.active {
	color: white;
}

@media only screen and (max-width: 768px) {
	.block-system-breadcrumb-block {
		display: none;
	}
}