.profile-selfie {
  width: 96px;
  height: 96px;
  margin: 0 0 8px;
  justify-self: start;
  align-self: start;
}

@media (max-width: 420px) {
  .profile-selfie {
    width: 82px;
    height: 82px;
  }
}
