body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.bgimg-1 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../img/fond_1order.jpg");
  min-height: 100%;
}


.caption {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  color: #000;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1 {
    background-attachment: scroll;
  }
}

.phone {
  position: absolute;
  width: 25%;
  top: 40%;
  left: 40%;
}

.computer {
  position: absolute;
  width: 65%;
  left: 40%;
  top: 20%;
}

.logo1order {
  position: absolute;
  width: 40%;
  top: 35%;
  margin-left: 5%;
}

.logogms {
  position: absolute;
  width: 20%;
  bottom: 5%;
  left: 5%;
}

.hover-rotate {
  overflow: hidden;
  min-width: 240px;
  max-width: 320px;
  width: 100%;
}

.hover-rotate img {
  transition: all 0.3s;
  box-sizing: border-box;
  max-width: 100%;
}

.hover-rotate:hover img {
  transform: scale(1.1) rotate(3deg);
}