body {
    display: block;
    margin: 0;
}

.holder {
  width: 100%;
}
.fix-1 {
  line-height: 0;
}
.fix-2 img {
  background-size: cover;
  background-position: center;
  width:100%;
  display: block
}
.vk {
  position: absolute;
  margin-top: -11.7%;
  margin-left: 32.5%;
  width: 100px;
  height: 100px;
}
.tg {
  position: absolute;
  margin-top: -11.7%;
  margin-left: 47.5%;
  width: 100px;
  height: 100px;
}
.in {
  position: absolute;
  margin-top: -11.7%;
  margin-left: 62.5%;
  width: 100px;
  height: 100px;
}


@media (max-width: 720px){
.vk {
  position: absolute;
  margin-top: -22.7%;
  margin-left: 32.5%;
  width: 35px;
  height: 35px;
}
.tg {
  position: absolute;
  margin-top: -22.7%;
  margin-left: 45.5%;
  width: 35px;
  height: 35px;
}

.in {
  position: absolute;
  margin-top: -22.7%;
  margin-left: 60.5%;
  width: 35px;
  height: 35px;
}
}