
.my_carousel_nav{
	margin-bottom: 10px;
}.my_carousel_nav .forward, .my_carousel_nav .back {
    background: #debc62;
    color: #333;
    padding: 3px 10px;
    border-radius: 7px;
    cursor: pointer;
    margin-left: 0px;
    margin-top: 30px;
    display: inline-block;
    height: 29px;
}
.my_carousel{
	clear:both;
	width: 100%;
	overflow: auto;
	scroll-snap-type: x mandatory;
}
.my_carousel_inner .my_carousel_item {
    position: relative;
	scroll-snap-align: start;
}
.my_carousel_inner{
	width: max-content;
}

.my_carousel::-webkit-scrollbar{
	height: 0px;
	width: 0px;
}
/*.my_carousel:hover{
	margin-bottom:30px !important;	
}*/
.my_carousel::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
}
.my_carousel::-webkit-scrollbar-track{
    background-color: rgba(0,0,0,0.05);
    border-radius: 10px;
}
.my_carousel:hover::-webkit-scrollbar{
	height: 10px;
}