
/* V381 — scoped portrait treatment for Dr. Mohammad Javad Abbasi only */
.mohammad-abbasi-profile-photo{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:50% 22%;
  border-radius:18px;
  background:#f5f7f8;
}
@media (min-width:768px){
  .mohammad-abbasi-profile-photo{max-height:390px;}
}
@media (max-width:767px){
  .mohammad-abbasi-profile-photo{aspect-ratio:4/4.7;object-position:50% 20%;}
}
