.image1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.image2 {
  position: absolute;
  top: 73vh;
}

@media (max-width: 575px) {
  .mobshrinki {
    max-width: 70%;
  }
}

