@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
        .latest-stories
        {
            display:block; 
        }
        .single-story
        {
            display: block; 
            height:auto; 
            background-color:#54585A; 
            padding-top:20px; 
            margin: 10px auto; 
        } 
        .single-story-title
        {
            height:auto; 
            max-height:none; 
            min-height:none;
        }
        .story-element.story-image
        {
            position: static;
        }
        .hide-on-mobile.single-story
        {
            display: block;
        }
        .title-on-top-link, 
        .title-on-top-link:hover 
        {
            position: static;
        }
        .title-on-top .single-image-card::after 
        {
            background:none;
        }
}
