/* sw-ui@figure2.css is not registered */

.sw-ui-figure {display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;width:100%;height:100%;}
.sw-ui-figure .sw-ui-media-wrapper {position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;min-width:0;min-height:0;line-height:0;}
.sw-ui-figure .sw-ui-media-wrapper svg {display:block;width:auto;height:auto;max-width:100%;max-height:100%;visibility:hidden;}
.sw-ui-figure .sw-ui-media-wrapper img {position:absolute;width:100%;height:100%;z-index:1;object-fit:cover;}
.sw-ui-figure .sw-ui-media-wrapper img.object-contain {object-fit:contain;}
.sw-ui-figure .sw-ui-media-caption {width:100%;text-align:center;font-size:0.9rem;padding:0.5rem 1rem;font-weight:100;}

