
/* Force profile image sizing and visibility */
img.photo{
  display:block;
  width:100%;
  max-width:720px;
  height:auto;
  border-radius:12px;
  object-fit:cover;
  object-position:center;
  margin:0 auto 16px;
}
.photo-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:720px;
  height:240px;
  margin:0 auto 16px;
  border-radius:12px;
  border:2px dashed #ccc;
  color:#666;
  font-size:14px;
}
