#home {
opacity: 0.85;
margin: 0 auto;
width: 99%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

.diggit{
    width:140px;
    background-position-x:50%;
}
.post img {
    cursor: pointer;
    transition: all 0.5s;
}
.post img:hover {
    transform: scale(1.3);
}


.buryit {
    display: none;
}
 
.comment_bury {
    display: none;
}