.box-image{display:-webkit-box;display:-ms-flexbox;display:flex}.box-image .wrap,.box-image a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.box-image.flip img{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.box-image.bw img{-webkit-filter:grayscale(1);filter:grayscale(1)}.box-image picture{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.box-image picture img{display:block;width:var(--box_image_max_width);max-width:100%;border-radius:var(--box_image_border_radius);-webkit-box-shadow:var(--box_image_drop_shadow);box-shadow:var(--box_image_drop_shadow);height:auto}.box-image.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.box-image.align-left picture{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.box-image.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.box-image.align-center picture{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.box-image.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.box-image.align-right picture{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}