#lnav {
  height: 46px;
}

#lnav ul {
  display: none;
}

main > section > .desc .photo {
  margin-top: var(--main-section-desc-object-margin-height);
  margin-bottom: var(--main-section-desc-object-margin-height);
  text-align: center;
  font-size: 0.8em;
  line-height: 1.4em;
  width: 90%;
}

main > section > .desc .photo img {
  width: 100%;
}

#signiture {
  margin-top: var(--main-section-desc-object-margin-height);
}

@media screen and (min-width: 900px), print {

#lnav ul {
  display: block;
}

main > section > .desc .photo {
  margin-top: var(--main-section-desc-object-margin-height);
  width: 90%;
}

main > section > .desc .photo img {
  width: 400px;
}
}
