#post-3 .et_pb_section_0 .et_pb_row_0,
#post-3 .et_pb_section_0 {
	overflow: visible;
}

#post-3 .et_builder_inner_content {
	overflow: hidden;
}

.et_pb_section_0 .et_pb_column {
	position: static;
}

.orb {
	position: absolute;
	animation: pulse;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	
	transform-origin: center center;
	pointer-events: none;
}

#orb-icinga {
	top: -30%;
	right: -90%;
	width: 150%;
	
	animation-duration: 5s;
	z-index: 1;
}

#orb-analytics {
	
	animation-name: pulseIntensely;
	
	animation-duration: 7s;
	animation-delay: -1s;
	animation-direction: alternate-reverse;
	
	width: 30%;
	top: -110%;
	right: 52%;
}

#orb-analytics img {
	opacity: .6;
}

#orb-automation {
	top: -50%;
	left: 10%;
	width: 20%;

	animation-duration: 2s;
	animation-delay: -.5s
}

#orb-automation img {
	opacity: .5;
}

#orb-cloud {
	animation-duration: 5s;
	animation-delay: -.75s;
	
	top: -130%;
	right: -40%;
	width: 50%;
}

#orb-cloud img {
	opacity: .8;
}

#orb-infra {
	top: -170%;
	left: -50%;
	width: 75%;
	
	animation-duration: 2s;
	animation-delay: -1.5s;
}

#orb-infra img {
	opacity: .25;
}

#orb-notification {
	top: -30%;
	right: 40%;
	width: 10%;
	
	animation-duration: 2s;
	animation-delay: -.75s;
}

#orb-notification img {
	opacity: .6;
}

#orb-metrics {
	top: 2%;
	left: 5%;
	width: 100px;
	
	animation-name: pulseIntensely;
	animation-duration: 5s;
	animation-delay: -1s;
}

#orb-metrics img {
	opacity: .3;
}

@keyframes pulse {
	0% {
		opacity: .75;
		transform: scale3d(1, 1, 1);
	}
	
	100% {
		opacity: 1;
		transform: scale3d(1.05, 1.05, 1);
	}
}

@keyframes pulseIntensely {
	0% {
		opacity: .25;
		transform: scale3d(1, 1, 1);
	}
	
	100% {
		opacity: 1;
		transform: scale3d(1.25, 1.25, 1);
	}
}
