.carousel{
	position:relative;
	z-index:0;
}
.carousel .item{
	max-height:350px;
	
}
.carousel .item img{
	max-height:350px;
	object-fit: cover;	
}

