@media only screen and (min-width: 600px) {
.dw-grid-post {
    top: 0;
}
.dw-grid-post:hover{
	top:-3px;
}
.dw-grid-post img {
    margin-top: -4em;
}
}
