// Text Rotater
.text-rotator {
	>span {
		display: none;
	}

	>.animated {
		display: inline-block;
		opacity: 1;
	}
}