.cm-coach{
  grid-template-columns:104px minmax(0,1fr);
  min-height:126px;
  align-items:end;
}
.cm-avatar{
  width:100px;
  height:116px;
  margin-left:-4px;
  margin-bottom:-1px;
  background:url('../images/coach-max-mascot-premium-512.webp?v=1') center bottom/contain no-repeat !important;
  image-rendering:auto;
  filter:drop-shadow(0 9px 12px rgba(0,0,0,.16));
}
.cm-coach.compact{
  grid-template-columns:82px minmax(0,1fr);
  min-height:98px;
}
.cm-coach.compact .cm-avatar{
  width:78px;
  height:94px;
  margin-left:-2px;
}
@media(max-width:520px){
  .cm-coach{
    grid-template-columns:98px minmax(0,1fr);
    min-height:118px;
  }
  .cm-avatar{
    width:94px;
    height:110px;
  }
  .cm-coach.compact{
    grid-template-columns:76px minmax(0,1fr);
  }
  .cm-coach.compact .cm-avatar{
    width:72px;
    height:88px;
  }
}
