/* ===============================
   GLOBAL IMAGE FIXES FOR THIS SITE
   =============================== */

/* HERO IMAGE FIX */
.lawyer-pic {
  position: relative;
  overflow: hidden;
}

/* Force portrait image display correctly */
.lawyer-pic img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  object-position: center top; /* Show the face/head first */

  /* Cancel template auto-offset */
  transform: none !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
}
