﻿@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .ie-container
    {
        display: -ms-flexbox;
    }
}
