:root {
	--video-item-ratio: .73;
	--list-row-bottom-padding: 30px;

	--product-item-descr-height: calc( var(--h3-font-size) * 1.3 + 40px + 2.6em );
}

.product-groups-container.as-video .round-delimeter {
	margin: 0 20px 0px;
}

.video-item { margin-bottom: var(--list-row-bottom-padding); }

.video-item .frame-wrapper {
	aspect-ratio: 16 / 9;
    /*height: calc( (100vw - 2 * var(--page-h-padding)) / 4 * var(--video-item-ratio) );*/
}

.video-item .frame-wrapper iframe {
    width: 100%;
    height: 100%;
}

.video-item .product-item-title { 
	padding: 15px;  
	height: var(--product-item-descr-height);
	overflow: hidden;
}

.video-item .product-item-title p {
	line-height: 1.3em;
	height: 2.6em;
	overflow: hidden;
}

.video-item .product-item-title h3 + p { margin: 10px 0px 0px; }

.product-items-list { margin-bottom: calc(-1 * var(--list-row-bottom-padding)) }

.video-item .product-item-title h3 {
    font-size: calc(var(--h3-font-size) * 0.7);
    font-weight: 600 !important;
}