/* Shared treatment for the supplied liposuction illustration. */
.site .section.lipo{
  overflow:hidden;
}
.site .section.lipo .lipo-art-real{
  align-self:stretch;
  min-height:280px;
  margin:-34px -34px -34px 0;
  overflow:hidden;
  background:transparent;
}
.site .section.lipo .lipo-art-real .site-art-img{
  display:block;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  -webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.25) 4%,rgba(0,0,0,.78) 10%,#000 17%);
  mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.25) 4%,rgba(0,0,0,.78) 10%,#000 17%);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%;
}
@media(max-width:850px){
  .site .section.lipo .lipo-art-real{
    min-height:260px;
    margin:12px -34px -34px;
  }
}

/* Full-width anatomical illustrations inside paired content cards. */
.site .section-card-art{
  aspect-ratio:4 / 3;
  margin:-31px -31px 24px;
  overflow:hidden;
  border-bottom:1px solid rgba(23,58,52,.12);
  border-radius:8px 8px 0 0;
  background:#efe5d4;
}
.site .section-card-art .site-art-img{
  display:block;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.site .umb-grid .section-card-art{
  margin:-28px -28px 22px;
}

/* Body overview: commissioned artwork for the major-weight-loss section. */
.site .section.weightloss{
  overflow:hidden;
}
.site .section.weightloss .weightloss-art-real{
  align-self:stretch;
  min-height:280px;
  margin:-34px -34px -34px 0;
  overflow:hidden;
  background:transparent;
}
.site .section.weightloss .weightloss-art-real .site-art-img{
  display:block;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  -webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.25) 4%,rgba(0,0,0,.78) 10%,#000 17%);
  mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.25) 4%,rgba(0,0,0,.78) 10%,#000 17%);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%;
}
@media(max-width:850px){
  .site .section.weightloss .weightloss-art-real{
    min-height:260px;
    margin:12px -34px -34px;
  }
}
