.bud_roll_img_container::-webkit-scrollbar {
    width: 10px;
}

.bud_roll_img_container::-webkit-scrollbar-thumb {
    background-color: #222222;
    border-radius: 10px;
}

.bud_roll_img_container::-webkit-scrollbar-track {
    background-color: #222222;
    border-radius: 0px;
    box-shadow: inset 0px 0px 5px #222222;
}

.bud_roll_img_container {
    color:#222;
    width:100%;
    height:95%;
}


@media screen and (max-width: 550px) {
    .scroll_container::-webkit-scrollbar {
        width: 10px;
    }

    .scroll_container::-webkit-scrollbar-thumb {
        background-color: #222222;
        border-radius: 10px;
    }

    .scroll_container::-webkit-scrollbar-track {
        background-color: #222222;
        border-radius: 0px;
        box-shadow: inset 0px 0px 5px #222222;
    }
    .scroll_container {
        padding: 0 0;
        margin: 0;
        color: #222222;
        font-size: 10px;
    }
}
