.featured-imagea:hover {
    opacity: 1;
    color: #fff;
    text-align: left;
    background: rgba(101, 101, 101, 0.6);
  }
  
  #contenta article {
    float: left;
    margin-right: 4%;
    max-width: 236px;
    position: relative;
    width: 22%;
    margin-bottom: 3.5%;
  }
  
  #contenta article:nth-child(4n+4) {
    margin-right: 0;
  }
  
  .post-format-contenta {
    position: relative;
    background: #111;
  }
  
  .post-thumbnaila {
    max-width: 100%;
    overflow: hidden;
  }
  
  .content-wrapa {
    padding: 0;
    position: absolute;
    text-align: left;
    /* text-align: center; */
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    display: table-cell;
    /* vertical-align: middle; */
    overflow: hidden;
  }
  
  .content-wrapa h1.entry-titlea {
    display: table;
    font-size: 110%;
    font-weight: normal;
    height: 100%;
    /* text-transform: uppercase; */
    width: 100%;
    margin: 0;
  }
  
  .edit-linka {
    z-index: 2;
  }
  
  .featured-imagea {
    display: table-cell;
    position: relative;
    transition: opacity .25s ease-in-out, background .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out, background .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out;
    vertical-align: middle;
    z-index: 1;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    padding: 10%;
  }
  
  .featured-imagea:hover {
    opacity: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
  }

  .al:hover .zj{
      display: block;
  }
 
  