.lazyload {
	min-width: 45px;
	min-height: 45px;
	background-image: url('../img/puff.svg');
	background-repeat: no-repeat;
	background-position: 50%;
}

.lazyloaded {
	background: none;
	min-width: 0;
	min-height: 0;
}
