div.video {
	float: left;
	width: 100%;
	font-family: "Arial";
}

div.video article {
	float: left;
	width: calc(50% - 10px);
	position: relative;
	aspect-ratio: 2/1.3;
	border-radius: 15px;
}

div.video article:nth-child(even) {
	float: right;
}

div.video article figure {
	width: 100%;
	height: auto;
	aspect-ratio: 2/1.3;
	border-radius: 15px;
}

div.video article figure img {
	border-radius: 15px;
}

div.video article div.infbox {
	position: absolute;
	z-index: 10;
	bottom: 10px;
	left: 10px;
	right: 10px;
	color: #f0f0f0;	
}

div.video article div.infbox h3 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}

div.video article div.infbox strong {
	float: right;
}

div.video article div.infbox h3 a {
	color: #fff;
}

div.video article div.infbox p {	
	display: inline-block;
	color: #e5e5e5 !important;	
	max-height: 73px;
	overflow: hidden;
}

div.videobox {
	position: relative;
	width: 100%;
	
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

div.videobox.sticky {
	position: fixed;
	width: 27%;
	bottom: 20px;
	right: 20px;
	z-index: 30;
	box-shadow: 0px 0px 15px #777;
	border: 3px solid #CB080E;
}

.videoplayer {
	font-family: "Arial";
}

.fnta {
	font-family: "Arial";
}

.tvf {
	margin-top: 5px;
}

.vcnt {
	float: right;
	padding-top: 5px;
	font-weight: bold;
}

div.kardio article {
	aspect-ratio: 2/1.12;
}

div.kardio article figure {
	aspect-ratio: 2/1.12;
}

div.kardio article img.grd {
	opacity: 0.7;
}

@media (min-width: 680px) and (max-width: 970px) {
	div.videobox.sticky {
		width: 45%;
	}	
}

@media (min-width: 300px) and (max-width: 679px) {
	div.videobox.sticky {
		width: 70%;
	}	
}

@media (min-width: 550px) and (max-width: 679px) {
	
	div.video article div.infbox {
		bottom: 0px;
	}
	
	div.video article div.infbox h3 {
		font-size: 18px;
		margin-bottom: 0px;
	}
	
	div.video article div.infbox p {
		font-size: 15px;
		max-height: 70px;
	}
}

@media (min-width: 450px) and (max-width: 549px) {
	
	div.video article div.infbox h3 {
		font-size: 20px;
		margin-bottom: 0px;
	}
	
	div.video article div.infbox p {
		display: none;
	}
}

@media (min-width: 300px) and (max-width: 449px) { 
	
	div.video article {
		width: 100%;
	}
	
	div.video article div.infbox {
		bottom: 0px;
	}
	
	div.video article div.infbox h3 {
		font-size: 20px;
		margin-bottom: 0px;
		line-height: 23px;
	}
	
	div.video article div.infbox p {
		font-size: 15px;
		max-height: 77px;
	}
	
	div.kardio article div.infbox {
		bottom: 10px;
	}
}
