/* This technical diagram is an explicit full-measure exception. */
html body#top.design-master .study-schematic-bending {
  width:100%!important; max-width:none!important;
  margin-left:0!important; margin-right:0!important;
  align-self:stretch!important; justify-self:stretch!important;
}
html body#top.design-master .study-schematic-bending > figure {
  width:100%!important; max-width:none!important;
  margin-left:0!important; margin-right:0!important;
}
html body#top.design-master .study-schematic-bending img {
  display:block!important; width:100%!important; max-width:100%!important;
  height:auto!important; max-height:none!important;
  aspect-ratio:auto!important; object-fit:contain!important;
}
html body#top.design-master .study-schematic-bending figcaption {
  width:100%!important; max-width:100%!important;
  text-align:left!important; white-space:normal!important;
}
/* Keep the frog diagram centered, independent of alternating image placement. */
html body#top.design-master :is(.frog-schematic,.beinchen-main-image),
html body#top.design-master :is(.frog-schematic,.beinchen-main-image) > figure {
  margin-left:auto!important;
  margin-right:auto!important;
  justify-self:center!important;
  align-self:center!important;
  float:none!important;
  --image-placement-left:auto;
  --image-placement-right:auto;
  --image-placement-self:center;
}
html body#top.design-master :is(.frog-schematic,.beinchen-main-image) img {transform-origin:center center!important;}
