/* Internet Explorer compatibility */


/* flex */
.ie .bs-items-equal-heights-container{
  display: block !important;  
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    /* IE10+ specific styles go here */  
    .bs-items-equal-heights-container {
      display: block !important;  
    }
}