rs-carrousel-panel .carrousel-panel {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}

rs-carrousel-panel .no-data {
    width: 100%;
    font-size: 11px;
    padding: 2px 4px;
    line-height: 16px;
    height: 25px;
    text-align: center;
    display: none;
}
rs-carrousel-panel .frame {
    width: 100%;
    padding: 0;
    margin-top: -7px;
}
rs-carrousel-panel .frame .slidee {
    margin: 0;
    padding: 0;
    list-style: none;
    top: 10px;
    bottom: 7px;
    position: absolute;
}
rs-carrousel-panel .frame .slidee li {
    float: left;
    margin: 0 0px 0 0;
    padding: 0;
    min-width: 100px;
    position: relative;
    overflow: hidden;
    border: 3px solid white;
}
/* Scrollbar */
rs-carrousel-panel .scrollbar {
    margin: 0;
    height: 6px;
    background: var(--custom-native-scrollbar-background-color);
    line-height: 0;
    margin-top: 0px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    /* Scrollbar */
    rs-carrousel-panel .scrollbar {
        background: #eee;
    }
    rs-carrousel-panel .scrollbar .handle {
        background: #aaa;
    }
    rs-carrousel-panel .frame ul li.active  {
        border: 3px solid #aaa;
    }
}



rs-carrousel-panel .scrollbar .handle {
    width: 100px;
    height: 100%;
    background: var(--custom-native-scrollbar-color);
    cursor: pointer;
}

rs-carrousel-panel .scrollbar .handle .mousearea {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 20px;
}

rs-carrousel-panel .frame ul li {
    float: left;
    height: 100%;
    margin: 0 1px 0 0;
    padding: 0;
    background: transparent;
    color: #ddd;
    text-align: center;
    cursor: pointer;
    object-fit: scale-down;
}

rs-carrousel-panel .frame ul li img {
    width: auto;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
}
rs-carrousel-panel .frame ul li.active  {
    color: #fff;
    border: 3px solid var(--custom-native-scrollbar-color);
}

rs-carrousel-panel .slidee .index {
    text-align: -webkit-left;
    font-size: 11px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    background-color: rgba(0,0,0,.6);
    color: white;
    padding: 6px;
}
rs-carrousel-panel .slidee .index.not-visible, rs-carrousel-panel .slidee .description.not-visible{
    display: none;
}
rs-carrousel-panel .slidee .description {
    text-align: -webkit-left;
    font-size: 11px;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    background-color: rgba(0,0,0,0.6);
    padding: 6px;
    margin: 0;
    color: white;
}
rs-carrousel-panel .slidee .active .index, rs-carrousel-panel .slidee .active .description{
    padding: 6px;
}

rs-carrousel-panel .slidee li.noimage {
    background: transparent;
}

rs-carrousel-panel .slidee span.noimage {
    height: 28px;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



/* Controls */
rs-carrousel-panel  button.prev,
rs-carrousel-panel  button.next {
    text-align: center;
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: transparent;
    border: none;
    z-index: 200;
    color: rgba(245, 245, 245, 0.25);
}
rs-carrousel-panel  button.prev { left:0; }
rs-carrousel-panel  button.next { right:0; }

rs-carrousel-panel  button.btn:not(.disabled):hover {
    background-color: rgba(0,0,0,.1);
    color: rgba(245, 245, 245, 1);
}
rs-carrousel-panel button.btn.disabled {
    display: none;
}

.ui-tooltip.carrousel-tooltip {
    padding: 4px;
    max-width: inherit;
    max-height:inherit;
    border: 2px solid gray;
    margin:10px;
    background:white;

}
rs-carrousel-panel .loading {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
rs-carrousel-panel .loading div {
    background: #eee;
    height: 30px;
    width: 150px;
    padding-top: 5px;
    text-align: center;
    margin: auto;
}

rs-carrousel-panel .slidee .tagged .infos:before {
    text-align: -webkit-left;
    font-size: 14px;
    max-width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    width: auto;
    background: white;
    color: black;
    padding: 0;
    content: "\ec96";
    font-family: 'icomoon';
    vertical-align: middle;
    opacity: 1;
}

@media (max-width: 768px) {
    rs-carrousel-panel .carrousel-panel {
        height: 400px;
    }
}