.noise_postimage{
  margin: 0px 0px 20px 20px;
  width: 40%;
  float: right;
}


@media only screen and (max-width: 769px) {
  .noise_postimage{
    margin: 0px 0px 20px 0px;
    width: 100%;
    float: none;
  }

}

.posted-on,.post-author,.post-comments,.post-meta {
display:none !important;
}