/* text in bubble fix  */
.typography-features-voiceover {
	font-size: 36px;
}

@media (max-width: 1068px) {
	.typography-features-voiceover {
		font-size: 28px;
	}
}

/* paddle nav fix  */
@media (min-width: 1320px) {
	.section-resources .resources-gallery .paddlenav {
		display: none;
	}
}

/* music haptics tile */
.section-features .features-card-music-haptics .tile {
	background-color: #0079ff;
}

.section-features .features-card-music-haptics .tile .tile-media {
	width: 100%;
	height: 100%;
}

.section-features .features-card-music-haptics .tile .lottie {
	height: 100%;
}

.section-features .features-card-music-haptics .tile .lottie svg {
	position: absolute;
	width: 150% !important;
	height: auto !important;
	left: 50%;
	inset-block-end: -4%;
	transform: translateX(-50%) !important;
}
