.b-video-detail__description {
	height: 140px;
	margin: 15px 0 10px;
	overflow: hidden;
}

.b-video-detail__description--show {
	height: auto;
	overflow: visible;
}

.b-video-detail__description-text {
	font-size: 16px;
	line-height: 1.3;
}

.b-video-detail__show-more {
	display: none;
	font-size: 14px;
	border: none;
	background-color: transparent;
	color: #c4c4c4;
}

.b-video-detail__show-more:hover {
	text-decoration: underline;
}
