.eBox-ml, .eBox-ll{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	display: none;
}

.eBox-ml .svg, .eBox-ll .svg{
	display: none;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.bg-change{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.svg{
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: center;
}

.ml-add{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.add-img{
	transform-origin: center;
	animation: example2 1s infinite linear;
}


.ebimg1{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.bg-lx{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}