/*
 * Colombian flag proportions:
 * yellow 50%, blue 25%, red 25%.
 */
img.mc-image-loading,
img.mc-image-error {
	background-color: #fcd116;
	background-image: linear-gradient(
		to bottom,
		#fcd116 0%,
		#fcd116 50%,
		#003893 50%,
		#003893 75%,
		#ce1126 75%,
		#ce1126 100%
	);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

img.mc-image-error {
	color: transparent;
}

