/* background logo */
#bg-3d {
  position: absolute;
  left: 0;
  width: 15%;
  padding-bottom: 15%;
  bottom: 0;
  margin: var(--margin-5);
  pointer-events: none;
  max-width: 15rem;
  background-size: contain;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}

/* info msg */
#info-msg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 50%;
  padding-bottom: var(--margin-5);
  margin-left: 25%;
  text-align: center;
  pointer-events: none;
}
