
#starfield {
	width: 100%;
	height: 100%; 
	overflow: hidden !important; 
	position: absolute; 
	display: block; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#blue-stars,
#cyan-stars,
#orange-stars,
#magenta-stars,
#white-stars {
	width: 3840px; 
	height: 2160px;
	position: absolute; 
	top: 50%; 
	left: 50%;
	overflow: hidden !important; 
	display: block; 
}

#blue-stars {
	background: url(../../images/starfields/4k/blue_ai-1.png);
}

#cyan-stars {
	background: url(../../images/starfields/4k/cyan_ai-1.png);
}

#magenta-stars {
	background: url(../../images/starfields/4k/magenta_ai-1.png);
}

#orange-stars {
	background: url(../../images/starfields/4k/a_ai-1.png);
}

#white-stars {
	background: url(../../images/starfields/4k/white_ai-1.png);
}


#blue-stars {
	margin-top: -1148px;
	margin-left: -1636px;
}

#cyan-stars {
	margin-top: -1096px;
	margin-left: -1008px;
}

#magenta-stars {
	margin-top: -779px;
	margin-left: -966px;
}

#orange-stars {
	margin-top: -1516px;
	margin-left: -2166px;
}

#white-stars {
	margin-top: -1137px;
	margin-left: -2838px;
}
