.nav > .profile {
  position: relative;
  top: 6px;
}

.profile img {
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 800px) {
  .profile {
    width: 210px;
    height: 62px;
  }

  .profile img {
    display: block;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
  }
}
