.hero-art.bot-profile-art {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}

.hero-art.bot-profile-art .profile-frame {
  width: 180px !important;
  height: 180px !important;
  aspect-ratio: 1 / 1;
}

@media (max-width: 800px) {
  .hero-art.bot-profile-art {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }

  .hero-art.bot-profile-art .profile-frame {
    width: 145px !important;
    height: 145px !important;
  }
}
