.missing {
	position: relative;
}
.missing:before {
	background: cyan;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: -1em;
	top: 0;
	content: " ";
	border-radius: 50%;
}
/*
.flow {
	border: 1px dotted blue;
}
.text {
	background: #fefefe;
}
.wrapper {
	border: 1px dashed black;
}
.js .lazyloaded {
    transition: opacity 3000ms}
*/