/*
STYLESHEET ONLY FOR IE
*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
    .home-panel {
        width: calc(33.333% - 6px);
        display: inline-block;
    }
}
/* @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none), screen and ( max-width: 1024px ) { */
@media screen and (-ms-high-contrast: active) and ( max-width: 1024px ), screen and (-ms-high-contrast: none) and ( max-width: 1024px ) {
    .home-panel {
        width: calc(50% - 6px);
    }
}