.imageContainer {
   position : relative;
}

.imgCount {
      position: absolute; 
      width: 20px; 
      height : 20px;
      right: 0; 
      top: 0; 
      bottom: 0; 
      left:0;
      background: black; 
      color:white
}

.imgDownload {
      position: absolute; 
      width: 20px; 
      height : 20px;
      right: 0; 
      bottom: 5; 
      left:0;
      background: black; 
      color:white
}

.postContentButton {
      position: absolute; 
      width: 20px; 
      height : 20px; 
      left:0;
      /* background: black;  */
      color:white
}