#container {
	display: block;
	max-width: 100%;
	height: 280px;
	border-radius: 10px;
	background-color: #fff;
	padding:  10px;
	overflow-y: hidden;
	overflow-x: visible ;
	background-color: rgba(242, 242, 242, 0.50);
}
#slide {
	display: flex;
	flex-direction: row;
	transition: all 0.5s ease-in-out;
	height: 250px;
	width: 240px;
}
.contentcard {
	height: 250px;
	min-width: 130px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.poster {
	height: 192px;
	width: 130px;
	background-color: #000;
	border-radius: 10px 10px 0px 0px;
	display: grid;
	place-items: top;
	font-size: 26px;
	font-weight: bold;
	color: white;
}
.poster a {
	border-bottom: none;
	text-decoration: none;
}
.name {
	padding: 10px 15px 0px 15px;
	font-size: 12px;
	line-height: 14px;
}
.title {
}
