.fly-scrolling-word-container {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	transition: width 0.3s ease, height 0.3s ease;
}

.fly-scrolling-word {
	font-weight: 400;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	opacity: 1;
	width: fit-content;
}

.fly-scrolling-heading {
	font-size: 45px!important;
}