@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS here */

    #et_top_search {
        top: -10px !important;
    }
    #et_search_outer {
        top:125px !important;
    }

    .postslider .et_pb_slide_image {
        overflow: hidden;
        max-width: 50%;
    }
    
    .postslider .et_pb_slide_image img {
        max-height: 100% !important;
        width: auto !important;
        max-width: none !important;
        margin-left: -25%;
    }

    .select-drop:after {
        display: none !important;
        content:'';
    }
}