.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
 
}

.ss-content {
  height: 100%;
  width: calc(100% + 30px);
  padding: 0px 55px 0px 0px;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}



.ss-wrapper:before{
width:15px;
display:block;content:"";
height:100%;position:absolute;top:0px;right:0px;
background:#eeefe9;
}

/*
.around-poi > .attachment:before{
width:15px;height:15px;display:block;content:"";position:absolute;top:0px;right:15px;
background: url('../images/default/scroll1.png') no-repeat #eeefe9 center 4px ;  pointer-events: none;z-index:10;
  background-size: 10px auto;}

.around-poi > .attachment:after{
width:15px;height:15px;display:block;content:"";position:absolute;bottom:0px;right:15px;
background: url('../images/default/scroll1.png') no-repeat #eeefe9 center -200px ;  pointer-events: none;z-index:10;
  background-size: 10px auto;}
*/

.ss-content.rtl {
  width: calc(100% + 30px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: #c8cbb5;
  width: 15px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
  top: 0;right:15px !important;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}


@media all and (max-width: 720px) {

.ss-content{
  width: calc(100% + 15px);
  padding: 0px 40px 0px 0px;

}

.ss-scroll{
  margin-right: -15px;
}

.ss-wrapper::before {}

}