@media only screen and (max-width: 900px) {
  .home_post .actual .blog_post_news {
    margin-right: 10px;
  }
  .home_post .actual .blog_post_news .blog_post_news_img {
    display: none !important;
  }
}
@media only screen and (max-width: 800px) {
  .post_content,
  .page_content {
    padding: 10px;
  }
  .header .title {
    float: none;
  }
  .header .header-right {
    float: none;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .content-sidebar {
    width: 100%;
    padding: 5px;
  }
  .sidebar {
    float: none;
    width: 100%;
  }
}
