body {
  background-image: url('/_res/images/backgrounds/about.jpg');  
}

body main article {
  height: 530px;
}

body main article p {
  position: absolute;
  left: 168px;
  right: 270px;
  margin-top: 0;
}

body main article img {
  position: absolute;
}

#heli {
  top: 90px;
  right: 40px;
  width: 220px;
}

#child {
  top: 90px;
  left: 40px;
  width: 108px;
}

#midair {
  top: 260px;
  right: 40px;
  width: 400px;
}

#portret {
  top: 260px;
  left: 40px;
  width: 194px;
}

@media (max-width: 1000px) {
  
  body main article img {
    position: static;
    max-width: 100%;
  }
  
  body main article p {
    position: static;
    margin-top: 15px;
  }
  
}