.g-scrolling-carousel,
.g-scrolling-carousel--2,
.g-scrolling-carousel--3,
.g-scrolling-carousel--4,
.g-scrolling-carousel--5 {
    position: relative;
}

.g-scrolling-carousel .items,
.g-scrolling-carousel--2 .items,
.g-scrolling-carousel--3 .items,
.g-scrolling-carousel--4 .items,
.g-scrolling-carousel--5 .items {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.g-scrolling-carousel .items::-webkit-scrollbar,
.g-scrolling-carousel--2 .items::-webkit-scrollbar,
.g-scrolling-carousel--3 .items::-webkit-scrollbar,
.g-scrolling-carousel--4 .items::-webkit-scrollbar,
.g-scrolling-carousel--5 .items::-webkit-scrollbar {
    display: none;
}

.jc-right,
.jc-left {
    width: 40px;
    height: 40px;
    color: #757575;
    margin-bottom: auto;
    margin-top: auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.jc-right {
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.jc-left {
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.jc-right svg,
.jc-left svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    fill: #000;
}

.jc-right:hover svg,
.jc-left:hover svg {
    fill: #000;
}