#contceleb {
	display: block;
	max-width: 100%;
	height: 220px;
	border-radius: 10px;
	background-color: #fff;
	padding:  10px;
	overflow-y: hidden;
	overflow-x: visible ;
	background-color: rgba(242, 242, 242, 0.50);
}
#slideceleb {
	display: flex;
	flex-direction: row;
	transition: all 0.5s ease-in-out;
	height: 190px;
	width: 240px;
}
.contentceleb {
	height: 190px;
	min-width: 130px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.celeb {
	height: 192px;
	width: 130px;
	background-color: transparent;
	border-radius: 10px 10px 0px 0px;
	display: grid;
	place-items: top;
	font-size: 14px;
	color: white;
}
.celeb a {
	border-bottom: none;
	text-decoration: none;
}
