.egg-photo {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4 / 3;
  background-color: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  overflow: hidden;
}

.egg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
