
/* Player parent DIV  */
.play-parent {
	width:100%;  /* width depends on your layout and needs  */
	position:relative;
	overflow:hidden;
}
/* Semi-transparent DIV element to cover entire player */
.div-over {
	background:rgba(0,0,0,0.5);
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index:99;
	display:none;
	overflow:hidden;
}
/* Centered DIV element for our banner ad */
.overlay {
	/*position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	display:inline-block;*/




}
/* Close button */
.over-close {
    width: 28px;
    height: 28px;
	line-height:28px;
	text-align:center;
	font-size:18px;
	font-family: sans-serif;
    position: absolute;
	top:10px;
	right:10px;
	background:#fff;
	cursor:pointer;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.div-over .no-click {
	pointer-events:none;
}
.div-over .no-click:before, .div-over .no-click:after {
	border-width:0;
}
.over-close:after {
    content: '';
    height: 16px;
    border-left: 2px solid #222;
    position: absolute;
    transform: rotate(45deg);
    left: 13px;
	top:6px;
}

.over-close:before {
    content: '';
    height: 16px;
    border-left: 2px solid #222;
    position: absolute;
    transform: rotate(-45deg);
    left: 13px;
	top:6px;
}
.fullsize {
	width:100%; height:100%;position:relative;
}

.container {
	width:100%;
	max-width:860px;
	margin:0 auto;
	margin-top:25px;
	font-size:14px;
	text-align:left;
	line-height:1.7em;
	margin-bottom:80px;
	padding:0 10px;
}
.container .mark {
	color:#128DEB;
}
.container .comment {
	color:#009900;
}
.container .info {

	text-align:center;
}
.container .warn {
	padding:8px;
	border:solid 1px #cc0000;
}
video {
	width:100%!important;
	height:100%!important;
}
.media-parent {
	width: 100%;
    position: relative;
    padding-top: 56.25%;
    height: auto;
    margin-top: 15px;
}
.media-child {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: none!important;
    min-height: 0!important;
    max-width: 100%;
    width: 100%;
}


.live-stream {
	text-align:center; 
	margin-top:10px;
}
.live-stream select {
	font-size:15px;
	padding: 8px 4px;
	border: solid 1px #999;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.live-warn {
    background: #cc0000;
    color: #fff;
    display: table;
    margin: 10px auto;
    padding: 0 6px;
}