.md-content__inner {
    display: grid; 
    }
  
    .cover-image {
      order: -1; 
      display: grid;
      width: 75%;
      margin: 0 auto;
  
      em {
        font-size: 0.8em;
        text-align: center;
        color: gray;
      }
    }
  
    .md-post--excerpt .cover-image { 
      width: 20%;
      float: left;
      margin: 0 1em 1em 0;
  
      em {
        display: none;
      }
    }
  
    .md-post--excerpt::after { 
      content: "";
      display: table;
      clear: both;
    }