.profile-image {
  position: relative;
}
.profile-image.with-hero {
  margin-top: -200px;
}
.profile-image img {
  height: auto;
  width: auto;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid #151515;
}