.background {
  position: absolute;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.background img {
  margin: auto;
  opacity: 0.5;
}
.background .landscape {
  height: 100%;
  width: auto;
}
.background .potrait {
  height: auto;
  width: 100%;
}

.icon {
  position: absolute;
  width: -moz-min-content;
  width: min-content;
  height: -moz-min-content;
  height: min-content;
}
.icon img {
  height: 100px;
  width: 100px;
  margin: 10px;
}/*# sourceMappingURL=background.css.map */