

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/*body {
	background: #FF2000!important;
}*/
.card .img-fluid {
max-width: 100%!important;
height: 100%!important;
}
.img-fluid {
max-width: 100%!important;
height: auto!important;
}

.card-block {
	min-height: 150px;
}

}