body {
  background: url(../img/bg_body_medium.jpg);
  background-repeat: no-repeat;
}

div.home_article_text_content {
    font-size: 15px;
}
img.home_article_printscreen {
  width: 400px;
}

@media all and (max-width: 820px) {
  img.home_article_printscreen {
    max-width:  300px;
  }
  div.home_article_text_content {
    font-size: 14px;
  }
}

@media all and (max-width: 780px) {
  img.home_customer_logo {
    max-width: calc(100% - 5px);
    height: auto;
  }

}

@media all and (max-width: 725px) {
  div.home_article_text , div.home_article_printscreen {
    display: block;
  }
  div.home_article_text_content {
    font-size: 15px;
  }
  div.home_article_printscreen {
    margin-top: 10px;
    padding: 10px;
    padding-top: 5%;
    text-align: center;
  }
  img.home_article_printscreen {
    width:  100%;
    max-width:  500px;
    margin: auto;
  }
}
