#footer {
  position: absolute;
  height: 4em;
  bottom: 0;
  width: 100%;
  display: flex;
  text-align: right;
  place-items: end;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

#footer ul {
  position: absolute;
  list-style: none;
  margin-top: 0.5vw;
}

#footer li {
  padding: 0.3em;
}

#footer a {
  font-style: unset;
  color: white;
  font-size: 1em;
}

#footer picture {
  width: 100%;
  height: 100%;
}

#footer picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1325px) {
  #footer a {
    font-size: 0.9em;
  }
}