@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.ie-block {
		display: block;
	}
	.ie-homerow {
		height: auto;
	}
	.ie-covertile {
		position: relative;
		margin-top: 0px;
	}
	.hometile:hover > .ie-covertile {
		transform: 0;
		-webkit-transform: 0;
	}
}