.carousel {
    width: calc(100%);
    height:40px;
    background-color: var(--main-sidebar-bg-clr);
    border-bottom: 1px solid var(--main-sidebar-accent-clr);
    padding-left:10px;
    padding-top:5px;
}

.carousel_item{
    transform-origin: top;
    height:100%;
    float:left;
    margin-right:10px;
}

.carousel canvas {
    width: 100% !important;
    height: auto !important;
}

/*.carousel_item:not(:first-child):hover{
    transform: scale(9, 9);
}*/
