/* IE Hacks */


@media all and (-ms-high-contrast: none) {
    * {
        min-height: 0.01px;
        min-width: 0.01px;
    }
    /*#card-group-container-7 {*/
    /*display:inline-block;*/
    /*}*/
    .carousel{
        max-height: 400px;
    }
    .carousel{
        max-height: 400px;
        width: 100%;
    }

    /*.col-lg-3 .card{*/
    /*display: block;*/
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*}*/
    /* IE Fix */
    .card-body {
        width: 100%;
        flex: 1 1 auto;
        padding: 1.25rem;

    }
}

