.g-scrolling-carousel {
    position: relative;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
.g-scrolling-carousel .items {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.g-scrolling-carousel .items{
   padding: 5px 0;

}
.g-scrolling-carousel .items img{
   display: inline-block;
   margin-right: 50px;
   max-width: 200px;
   max-height: 200px;
   line-height: 150px;
   /*box-shadow: 0 0 5px #000;*/
   text-align: center;
   vertical-align: middle;
}
.g-scrolling-carousel .items::-webkit-scrollbar {
    display: none;
}
.jc-right,
.jc-left {
    width: 36px;
    height: 36px;
    color:#757575;
    margin-bottom: auto;
    margin-top:auto;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);
    background: #00C2FA;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index:2;
    opacity: 0.94;

}
.jc-right {
    right:-18px;
}
.jc-left {
    left:-18px;
}

.jc-right:hover,
.jc-left:hover{
    opacity: 0.98;
}
.jc-right svg,
.jc-left svg{
    position: absolute;
    left: 0;right: 0;bottom: 0;top: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    fill: #fff;
}
.jc-right:hover svg,
.jc-left:hover svg{
   fill: #006b8b;
}
@media (pointer: coarse) {
  .jc-right,
  .jc-left {
    display: none !important;
  }
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
