@media all and (-ms-high-contrast: none) {
	.message{
		max-height: none !important;
		opacity: 1 !important;
		-ms-transform: scale(1, 1) !important;
	}
}