.vi_scroll{overflow:hidden}.vi_scroll_bar{position:relative;height:40px;margin:50px 69px 0 0;--bar-offset: 0;--bar-display: none}.vi_scroll_bar:before{content:'';display:var(--bar-display);position:absolute;left:0;top:calc(50% - 2px);height:3px;width:calc(100% + 69px);background:#4c4e55}.vi_scroll_bar span{position:absolute;top:0;left:var(--bar-offset);display:var(--bar-display);width:69px;height:36px;background:#111 url(../../images/icons/drag2.svg) no-repeat center 0;cursor:grab}html.light .vi_scroll_bar:before{background:#dbdbdb}html.light .vi_scroll_bar span{background:#f3f3f3 url(../../images/icons/drag.svg) no-repeat center 0}@media only screen and (max-width:767px){.vi_scroll_bar{margin-top:25px}}