.picture-wrapper{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.picture-wrapper .content-wrapper{height:100%;width:100%;position:absolute;background-color:#000;opacity:.8;z-index:-100}.picture-wrapper .picture-split{position:relative}.picture-wrapper .picture-split .scale-indicator{color:#000;position:absolute;min-width:30px;padding:1px 3px;background-color:rgba(0,0,0,.2);border-radius:3px;border:2px solid rgba(0,0,0,.4);top:50%;left:47%;-webkit-animation-name:scale-animation;animation-name:scale-animation;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes scale-animation{0%{opacity:1}to{opacity:0}}@keyframes scale-animation{0%{opacity:1}to{opacity:0}}