<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
#player {
	padding: 10px;
	margin: 0.5em 5em 0.5em 2em;
	max-width: 100%;
	background-color: white;
	border: 1.5px solid #666666;
}
*/


div.video-container{
max-width:100%;
height:auto;
}
 
div.video{
position:relative;
margin:0 0 0 0;
padding-bottom:57.25%;
height:0;
overflow:hidden;
}
 
div.video iframe,
div.video object,
div.video embed{
position:absolute;
top:1em;
left:2em;
width:90%;
height:90%;
}
													
img.youtube_cap {
	margin-top:1em;
	margin-left:2em;
	width:90%;
	heigt:90%;
	display:block;
}




</pre></body></html>