@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* Put your IE-only styles here. Works for IS 10 & IE 11*/
   
   .row {
    -webkit-box-flex: 1;         
            -ms-flex: 1 0 100%;        
                flex: 1 0 100%;
	}

	.flex-column,
	.flex-row {
	  min-width: 1px;
	  width:100%;
	  height:100%;
	}  
	
	.badge {
		display:none;
	}
	
	.icon-undrr-social {
		flex-direction: column;
	}
   
}