/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  #shariff-social-media {
    display: none;
  }

  div.postImage {
    width: 100%;
  }

  div.lists_article.horizontal.image {
    /*width: 50%;*/
  }

  /* people widget */
  div.people_copyright_wrapper {
    text-align: center;
  }

  div.postImage > figure > figcaption.news-thumbnail-caption {
    position: relative;
    bottom: 22px;
  }

  div.postImage > figure > figcaption.presse-thumbnail-caption {
    position: relative;
    bottom: 22px;
  }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  #shariff-social-media {
    display: none;
  }

  .postImage {
    width: 100%;
  }

  /* people widget */
  div.people_copyright_wrapper {
    text-align: center;
  }

  div.postImage > figure > figcaption.news-thumbnail-caption {
    position: relative;
    bottom: 22px;
  }

  div.postImage > figure > figcaption.presse-thumbnail-caption {
    position: relative;
    bottom: 22px;
  }
}
