#container {
  display: block;
  max-width: 100%;
  height: 400px;
  border-radius: 10px;
  background-color: #fff;
  padding:  10px;
overflow-y: hidden;
overflow-x: visible ;
  background-color: rgba(242, 242, 242, 0.50);
}
#slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
#slide {
  display: flex;
  flex-direction: row;
  transition: all 0.5s ease-in-out;
  height: 350px;
  width: 280px;
}
.contentcard {
  height: 340px;
  min-width: 170px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.poster {
  height: 260px;
  width: 170px;
  background-color: #fff;
  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;
	color: blue;
}

.title {
}

.year {
  margin-top: 5px;
  color: grey;
}