#front-page-specialties .entry-image.edco-inline-glyph {
	display: block;
	width: 100px !important;
	height: 100px !important;
	min-height: 100px !important;
	max-height: 100px !important;
	margin: 0 auto;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

#front-page-specialties .edco-inline-glyph,
#front-page-specialties .edco-inline-glyph * {
	backface-visibility: hidden;
}

#front-page-specialties .edco-glyph-playing .edco-inline-glyph,
#front-page-specialties .edco-glyph-playing .edco-inline-glyph * {
	will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
	#front-page-specialties .edco-inline-glyph,
	#front-page-specialties .edco-inline-glyph * {
		animation: none !important;
		transition: none !important;
		transform: none !important;
	}
}
