.b-video-popup__content--min-bg::before {
	max-height: 270px;
}

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

.b-video-popup__content::before {
	height: 43%;
}

@media (max-width: 1700px) {
	.b-video-popup__content::before {
		height: 40%;
	}
}

@media (max-width: 1500px) {
	.b-video-popup__content::before {
		height: 36%;
	}
}

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

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

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

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

.b-article-portraits.is-grey .b-article-portraits__item {
	margin: 20px 0;
}