.storyjs__wrapper{align-items:center;display:flex;height:100%;width:100%;justify-content:center}.storyjs__inner{display:flex;width:100%;overflow:hidden;height:220px}.storyjs__scroller{display:flex;width:100%;overflow-x:auto;overflow-y:hidden;height:250px;-webkit-overflow-scrolling:touch}.storyjs__item{width:200px;min-width:200px;height:200px;border:1px solid rgba(204,204,204,.5);box-shadow:0px 0px 4px 0px rgba(204,204,204,.5);border-radius:200px;margin:10px;padding:5px;box-sizing:border-box;overflow:hidden;cursor:pointer}.storyjs__item[data-opened=false]{border-color:#990505;box-shadow:0px 0px 0px 2px rgba(153,5,5,.7)}.storyjs__user-photo{display:block;width:calc(100% - 2px);height:calc(100% - 2px);border-radius:100%;margin:1px}.storyjs__modal{position:fixed;left:0;top:0;width:100%;height:100%;z-index:1;display:flex;justify-content:center;align-items:center;padding-top:40px;box-sizing:border-box;opacity:0;visibility:hidden;transition:all .2s ease-in-out}@media screen and (min-width: 768px){.storyjs__modal{padding-top:0}}.storyjs__modal__opened .storyjs__modal{opacity:1;visibility:visible}.storyjs__modal-band{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(33,33,33,.4);z-index:1}.storyjs__modal-content{position:relative;width:100%;max-width:calc(100% - 32px);height:100%;max-height:calc(100% - 8px);z-index:2}@media screen and (min-width: 768px){.storyjs__modal-content{max-width:500px;height:480px}}.storyjs__modal-closer{position:absolute;right:0;top:-40px;width:33px;height:33px;cursor:pointer}.storyjs__modal-closer:before,.storyjs__modal-closer:after{content:"";display:block;position:absolute;width:2px;height:32px;background-color:#e3e3e3;border-radius:10px;top:0}.storyjs__modal-closer:before{left:16px;transform:rotate(-45deg)}.storyjs__modal-closer:after{right:16px;transform:rotate(45deg)}.storyjs__modal-line{display:flex;width:100%;height:4px;border-radius:4px;background-color:#ccc;display:block;margin-bottom:8px;position:relative}.storyjs__modal-line__inner{position:absolute;left:0;top:0;width:0;height:100%;background-color:#f0f0f0;display:block}.storyjs__modal-arrow{display:block;cursor:pointer;position:absolute;top:calc(50% - 40px);width:40px;height:80px;background-color:rgba(33,33,33,.25);z-index:1}.storyjs__modal-arrow:before,.storyjs__modal-arrow:after{content:"";width:2px;height:20px;background-color:#fff;display:block;position:absolute;top:22px}.storyjs__modal-arrow__prev{left:0}.storyjs__modal-arrow__prev:before,.storyjs__modal-arrow__prev:after{left:15px}.storyjs__modal-arrow__prev:before{transform:rotate(45deg)}.storyjs__modal-arrow__prev:after{transform:rotate(-45deg);top:36px}.storyjs__modal-arrow__next{right:0}.storyjs__modal-arrow__next:before,.storyjs__modal-arrow__next:after{right:15px}.storyjs__modal-arrow__next:before{transform:rotate(-45deg)}.storyjs__modal-arrow__next:after{transform:rotate(45deg);top:34px}.storyjs__modal-box{display:flex;width:100%;height:calc(100% - 12px);border-radius:8px;position:relative;backface-visibility:hidden}.storyjs__modal-box__inner{position:absolute;left:0;top:0;width:100%;height:100%}.storyjs__highlight-photo{left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}
