@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.box-outer .box-inner {
		display: block;
		vertical-align: middle;
		text-align: center;
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 100;
	}

	#start .row:nth-child(2) .box-bl {
		height: 240px !important;
	}

	#start .row:nth-child(3) .box-bl {
		height: 145px !important;
	}

	#start .row:nth-child(4) .box-bl {
		height: 145px !important;
	}

	#start .row:nth-child(5) .box-bl {
		height: 190px !important;
	}

	#start .row:nth-child(7) .box-bl {
		height: 230px !important;
	}

}