.scrl__clipper {
    position: relative;
    overflow: hidden;
}
.scrl__scroller {
    overflow-y: scroll;
    -ms-overflow-style: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
.scrl__scroller::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.scrl__track {
    display: block;
    position: fixed;
    top: 12vh;
    right: 0;
    bottom: 0;
    height: 80.9vh;
    width: .5vw;
    z-index: 980;
    -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

.scrl__track:hover {
opacity: 1 !important;
}
.scrl._scrollbar .scrl__track {
    display: block;
    background-color: rgba(0,0,0,0.35);
    border-radius: 150px;
}
.scrl__free {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.scrl__bar {
    display: block;
    position: absolute;
    right: .03vw;
    z-index: 1;
    width: .45vw;
    background: rgba(69,168,215,0.8);
    border-radius: 150px;
    padding-top: 22vh;
}

.scrl__bar:hover{
background: rgba(69,168,215,0.8);;    
}

.scrl._scrollbar .scrl__bar {
    display: block;
}
.scrl__control {
    display: none;
}

.scrl {
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    min-width: 300px;
    width: 100%;
    height: 92.8vh;
}
