/* Non css compliant but vendor spec rules */

*::-webkit-scrollbar{
    width: 0.8em;
}

*::-webkit-scrollbar-track{
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.281);
}

*::-webkit-scrollbar-thumb{
    background-color: #cfb8b1;
    outline: 1px solid #e7ccc4;
}
.slides {
    /* make it smooth on iOS */
    -webkit-overflow-scrolling: touch;
}