.about-photo {
  position: relative;
  overflow: hidden;
  border-radius: 47% 47% 2px 2px;
  background: #c6c6ac;
}

@media (max-width: 760px) {
  .about-photo {
    height: 440px !important;
  }
}
