.content-body{
	position: relative;
	background-image: url(../img/contentBack4.png);
	background-size: cover;
	background-repeat:no-repeat;
	padding: 10vh 5vw 5vh 5vw;
	box-sizing: border-box;
}
.poster{
	padding-top: 5vh;
	box-sizing: border-box;
}
.content-card{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	width: 90vw;
	height: 18vw;
	background-color: rgba(255,255,255,0.6);
	box-shadow: 0px 0px 10px 0px rgba(222, 222, 222,1);
	border-radius: 25px;
	padding: 0 2vw;
	box-sizing: border-box;
}
.content-card-picture{
	position: relative;
	margin-right: 4vw;
	flex-shrink:0;
	width: 20vw;
	height: 14vw;
	border-radius: 25px;
	overflow: hidden;
}
.content-card-picture-text{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	z-index: 20;
}
.content-card-img{
	width: 100%;
	height: 100%;
}
.content-card-description{
	font-size: 1vw;
	line-height: 2.2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.content-card-description-ch{
	font-size: 1vw;
	line-height: 2vw;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #666666;
}
.content-card-description-eg{
	font-size: 1vw;
	line-height: 2vw;
}
.m-t-10vh{
	margin-top: 10vh;
}
.m-b-5vw{
	margin-bottom: 5vw;
}
.m-b-10vw{
	margin-bottom: 10vw;
}