.scroll-wrap-contain{
     position: relative;
     display: block;
     overflow: hidden;
     .scrollbar_vertical{
        width: 6px !important;
     }
     .scrollbar {
        background: transparent;
    }
    .scroll-border{
        width: 100%;
        height: 2px;
        background: #aaa;
        position: absolute;
    }
    .no-scroll-div-wrap{
        overflow: hidden;
    }
    .scrollbar_vertical,.scrollbar_horizontal{
        display: none;
    }
    .scroll-border-bottom{
        height: 4px;
        width: 100%;
        position: absolute;
    }
    &:hover{
        .scrollbar_vertical,.scrollbar_horizontal{
            display: block
        }
    }
}
   