html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
}

#home {
  width: 100%;
  min-height: 100vh;

  background-image: url("./eyeam_desktop.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Wersja mobilna */
@media (max-width: 767px) {
  #home {
    background-image: url("./eyeam_mobile.jpg");
  }
}
