.tt-lottie {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	pointer-events: none;
	user-select: none;
}

.tt-lottie--fill {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.tt-lottie__player {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
