body {
  height: 100vh;
  margin: 0;
}

#img_lpaiot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 632px;
  background-image: url(../img/LPAIoT.gif);
  background-size: cover;
  background-position: center;
  transition: all 3s ease-in-out;
}

img {
  display: inline-block;
  vertical-align: top;
  position: absolute;
}

#img_delavnica {
  position: absolute;
  top: 27%;
  left: 35%;
  transform: translate(-50%, -50%);

}

#img_sg {
  position: absolute;
  top: 27%;
  left: 68%;
  transform: translate(-50%, -50%);
}