section.cybermonday {
	background-image: linear-gradient(to left bottom, #5f0f8b, #500f75, #310b48, #260a38, #1d0529);
	position: relative;
	overflow: hidden;
}

.innercybermonday {
	width: 100%;
	display: block;
	background-image: url("/img/cyberlundi/bgsquare.png");
}

.maxWidth {
	width: 100%;
}

.maxWidth90 {
	width: 100%;
}

#neon1 {
	position: absolute;
	top: 0;
	left: 0;
}

#neon2 {
	position: absolute;
	top: 0;
	left: 118px;
}

#neon3 {
	position: absolute;
	right: 0;
}

#neon4 {
	position: absolute;
	right: 0;
	top: 0;
}

#neon5 {
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (max-width: 991px) {
	#neon1 {
		top: 50px;
	}

	#neon2 {
		position: absolute;
		top: 130px;
		left: -50px;
	}
}