/* Scoped to the three article photographs; retain their original proportions. */
html:root body#top.design-master main .article-detail-copy .biegung-flow-photo {
 display:block!important;float:none!important;clear:both!important;
 width:100%!important;min-width:0!important;max-width:100%!important;
 margin:1cm 0!important;padding:0!important;box-sizing:border-box;
}
html:root body#top.design-master main .article-detail-copy .biegung-flow-photo img {
 display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;
 height:auto!important;max-height:none!important;aspect-ratio:auto!important;
 object-fit:contain!important;padding:0!important;margin:0!important;
}
@media (min-width:1000px) {
 html:root body#top.design-master main .article-detail-copy .biegung-flow-photo {
  float:left!important;width:38%!important;margin:0 1cm 1cm 0!important;
 }
 html:root body#top.design-master main .article-detail-copy .biegung-flow-photo-2 {
  float:right!important;margin:0 0 1cm 1cm!important;
 }
}
@media (min-width:1000px) and (orientation:portrait) {
 html:root body#top.design-master main .article-detail-copy .biegung-flow-photo {width:50%!important;}
}
@media (max-width:700px) {
 html:root body#top.design-master main .article-detail-copy .biegung-flow-photo {margin:5mm 0!important;}
}
