@media (max-width: 930px) {
  nav > div{
    height: auto;
  }
  nav div.logo{
    height: 100px;
  }

  nav div.menu_phone{
    display: inline-block;
  }
  nav div.menu {
    display: none;
    flex-direction: column;
    align-items: center;
  }
  #about img{
    display: block;
    width: 100%;
  }
  #about div{
    height: auto;
  }
  #about div.image{
    background: none;
    height: auto;
    width: auto;
  }

  #about .text {
    margin:0px auto 0px auto;
    position: relative;
    width: auto;
    height: auto;
    background: none;
  }
  #about .text:hover {
    -webkit-transform: scale(1, 1); /* Chrome 4.0-36; Safari 9.0-3.2; */
    -ms-transform: scale(1, 1); /* IE/Edge 9.0-10.0 */
    -moz-transform: scale(1, 1); /* Firefox 3.5-16.0 */
    -o-transform: scale(1, 1); /* Opera 10.5-23.0 */
    transform: scale(1, 1);
    background: none;
  }
  #services .text {
    width: 90%;
    margin-right: 30px;
  }
  #services div > div a{
    padding-right: 10px;
  }
  #services .services_details{
    width: auto;
    padding-right: 20px;
  }
  #salary{
      background-image: url("../gfx/salary4.png");
      background-size: 29%;
      background-position: center;

      background-repeat: no-repeat;
    padding-top: 50px;
    min-height: 270px;
    transition: all 0.8s;
    font-size: 80%;
  }
  #salary .image{
    background-image: none;
    position:absolute;
  }
  #salary:hover{
    background-size: 50%;
  }
  #salary div.text{
    margin: 10px;
    width: auto;
    height: auto;
    background-color: rgba(18,83,49,0.7);
  }
  #probono div{
    flex-direction:column-reverse;
  }
  #probono .image{
    width: 100%;
    margin: auto;
    background-position:bottom;
    background-repeat: no-repeat;
    border: 0;
  }
  #probono .text{
    width: auto;
  }
  #contact > div{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  #contact .text{
    width: auto;
  }
  #contact .image{
    width: 100%;
  }
  #contact iframe{
    width: 100%;
  }
  #contact_form{
    width: 100%;
  }
}
