.arrow_left {
    /* background-image: linear-gradient(to left, #000, #00000000); */
    right: 0px;

    /* top : 200px */
}


.carousel-container button img {
    width: 30px;
}

.carousel-container button:hover {
    opacity: 1;
}

.carousel-container button {
    width: 80px;
    height: 100%;
    position: absolute;
    background-color: #00000000;
    z-index: 3;
    right: 0;
    top: 0;
    border: none;
    opacity: 0;
}

.carousel-container button.arrow_left {
    right: auto;
    left: 0;
}

.carousel-container .card-container {
    width: 290px;
    height: auto;
    padding-right: 15px;
    box-sizing: border-box;
}

.track {
    display: inline-flex;
    transition: transform 0.5s;
}

.carousel-container {
    margin: 0px 0px;
    position: relative;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;

}

@media only screen and (max-width: 768px) {
    .carousel-container button {
        
    height: 60%;
    }
}