.post{padding:2vw;}

.inner-post{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding:5px;
  border-radius:6px;
  background-color:white;}

.psaar{
  padding:5px;
  font-size:15px;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top:0;
  bottom:0}

.post-body{position:relative;}

.post-body:hover .psaar{
  opacity:1;
  height:auto;}

.post-body:hover .pposter{opacity:0.1;}