<!--[if IE]>


@media (max-width: 549px) {
	.modal-dialog.modal-lg {min-width:120px!important;}
	.modal-dialog.modal-lg {max-width:380px!important;}
}

@media (min-width: 550px) and (max-width:699px)  {
	.modal-dialog.modal-lg {min-width:480px!important;}
}

}
@media (min-width: 700px) and (max-width:800px)   {
	.modal-dialog.modal-lg {min-width:600px!important;}
}
<![endif]-->

/* IE6,7 */
@media screen\9 {
	.card-block {height:100%;}
}

/* IE8 */
@media \0screen {
	.card-block {height:100%;}
}

/* IE6,7,8 */
@media \0screen\,screen\9 {
	.card-block {height:100%;}
}

/* IE9,10 */
@media screen and (min-width:0\0){
	.card-block {height:100%;}
	/* #productTilesWrapper, #maincontent {height:86vh!important;} */
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.card-block {height:100%;}
	/* #productTilesWrapper, #maincontent {height:86vh!important;} */
}
