/* MULTIMEDIA.CSS - THEME ' Channel 4' */


video {
	width: auto;
	max-width: 100% !important;
	max-height: 486px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
audio {
	height: 0;
	width: 0;
}

.filledbox video, .fullscreen video {
	max-height: 100% !important;
	border: 10px solid #ffffff;
	margin-left: -10px;
	margin-top: -10px;
	box-shadow: 2px 4px 0px rgba(0,0,0,0.2);
}

.fullvideo:after {
	/* content: "Play this video to get started"; */
	display: block;
	position: absolute;
	padding: 14px 20px;
	top: 20px;
	left: 20px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 8px;
	color: #ffffff;
	font-size: 150%;
	line-height: 90%;
	font-weight: bold;
}


.rcCollImage { background-color:#f37021; }
.rcCollImage .rcCollText {
	font-size: 120%;
	font-style:italic;
	color:#fff;
}
.rcCollImage img { background-color: #fff; }




/* === RESPONSIVE CHANGES === */

/* Small Desktop (1024px to 1200px) - precede with .desktop_s */

.desktop_s video { max-height: 404px !important; }
.desktop_s .filledbox video, .fullscreen video { max-height: 100% !important; }



/* Large Tablet (769px to 1024px) - precede with .tablet_l */

@media only screen 
and (max-width : 1024px) {


.tablet_l .filledbox video {
	border: none;
	position: fixed;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	height: auto;
	width: 80% !important;
}

.tablet_l .fullvideo:after {
	/* content: "Play this video to get started"; */
	position: fixed;
	top: 10px;
	left: 10px;
	font-size: 120%;
}

}

/* Mobile (below 480px) - precede with .mobile */

