.div_imtv_fancybox {
	width:100%;
	color:#000000;
	font-size:12px;
	height:100%;
}

.div_imtv_video{
	float:left;
	width:70%;
	height:70%;
}

.div_imtv_video iframe{
	width:100%;
	height:100%;
}

.span_ref_image {
	width:50px;
}

.span_ref_title {
	float:left; 
	color:#0000FF; 
	display:inline-block; 
	margin:5px;
	vertical-align:top;
}

.span_ref_desc {
	float:left; 
	color:#000000; 
	display:inline-block; 
	margin:5px;
	text-align:left;
}

.div_imtv_ref_video{
	float:right;
	width:25%;
	height:95%;
	overflow:auto;
	margin-right:20px;
}

.div_imtv_ref_image{
	width:120px;
	height:70px;
	float:left;
	margin-left:0px;
}

.div_imtv_ref_desc{
	width:250px;
	height:45px;
	float:left;
	line-height:20px;
    max-width:100%;
}

.dkk{
	display:block;
}
	
.mbb{
	display:none;
}	

@media only screen and (max-width: 991px) {
    .div_imtv_video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	padding-left:30px;
	width:90%;
	height:0;
	overflow:hidden;
    }
.div_imtv_video iframe, .div_imtv_video object, .div_imtv_video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}	


	
	
.div_imtv_ref_video {
	float:none;
	width:90%;
	margin:0 auto;
}
	
.dkk{
	display:none;
}
	
.mbb{
	display:block;
}		
	
}



