@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .post-author-info .post-author-info__container .post-author-info_left{
         -ms-flex:0 0 auto !important;
         flex:0 0 auto !important;
     }
    
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  *::-ms-backdrop,  html body .post-author-info .post-author-info__container .post-author-info_left{
         -ms-flex:0 0 auto !important;
         flex:0 0 auto !important;
     }
     html body div.post-author-info div.post-author-info__container .post-author-info_left{
         -ms-flex:0 0 auto !important;
         flex:0 0 auto !important;
     }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .sticky-header__reading {
         display: block !important;
    }
         
      /* IE10 */
     *::-ms-backdrop, .sticky-header__reading { 
         display: block !important;
     }
     *::-ms-backdrop, .post-author-info__left{
         flex: 0 0 auto !important;
     }
     *::-ms-backdrop, .post-author-info__name{
         flex: 0 0 auto !important;
     }
     
         
} /* IE11 */
@supports (-ms-ime-align:auto) {
  .post-author-info__name{
         flex: 0 0 auto !important;
     }
     .post-author-info__left{
         flex: 0 0 auto !important;
     }
     .sticky-header__reading { 
         display: block !important;
     }
}

 @media all and (-ms-high-contrast:none){
        .post-author-info .post-author-info__container .post-author-info_left{
         -ms-flex:0 0 auto !important;
         flex:0 0 auto !important;
     } /* IE10 */
     
        .post-author-info__container .post-author-info_left *::-ms-backdrop, .post-author-info__container .post-author-info_left {
        -ms-flex:0 0 auto !important;
         flex:0 0 auto !important; 
            
        } /* IE11 */
    }