.ci-container {
	display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-color: currentColor;
  mask: url('/custom-icons/container-icon.svg') no-repeat center;
  mask-size: contain;
}
