.about .portrait {
  width: 100%;
  height: auto;
  max-width: 520px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: 0 22px 55px #4f3b2618;
  display: block;
}

.about .portrait img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: initial;
  object-position: initial;
}
