body {
	width:100%;
	margin: 0;
	padding: 0px;
}
	
.live-video-special {
    width: 300px;
    height: auto;
    padding: 0 0 40px 0;
    margin: 0px 0 52px 0;
    border-bottom: 2px solid #cf1c31;
    display: flex;
    flex-flow: column nowrap;
}

.live-video-special .title-label {
	width: 122px;
	height: 44px;
	margin: 0 0 8px 0;
	background: url("/images/live-video-icon.svg") center center no-repeat;
}

.live-video-special .video-wrap {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* пропорция 16:9 */
	position: relative;
}

.live-video-special .video-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}