.portret-wrapper {
  display: inline;
  justify-content: unset;
  align-self: unset;
}

#portret {
  max-width: 150px;
  margin-top: 0.5rem;
}

/* Larger desktop monitors */
@media only screen and (min-width: 1280px) {
  .portret-wrapper {
    display: flex;
    justify-content: flex-end;
    align-self: center;
  }

  #portret {
    margin: 1rem;
  }
}