.mt-orb-container {
	width: 100%;
	margin: 0 auto;
	line-height: 0;
}
.mt-orb-container svg {
	width: 100%;
	height: auto;
	display: block;
}

@media (prefers-reduced-motion: no-preference) {
	.mt-orb-breathing .mt-orb-breathe {
		animation: mt-orb-breathe 6s ease-in-out infinite;
		transform-origin: 150px 150px;
	}
}
@keyframes mt-orb-breathe {
	0%, 100% { transform: scale(1); }
	50%      { transform: scale(1.035); }
}

.mt-orb-line { transition: opacity .4s ease; }
.mt-orb-node { transition: opacity .4s ease, r .4s ease; }
