
#square1 div {
	position: absolute;
	left: 0;
	top: 0;
	width: 1.2vmin;
	height: 1px;
	background-color: #ffffff;
	transform-origin: 0 50%;
}

#square1 .attractor {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0 !important;
}