@charset "utf-8";
/* CSS Document */




/* these Links must be included for Video Insert place in head of page Embed code should be placed in osurce code of Source Tool in WYSWAG Editor

<link href="/css/video/wyswageditorvideo.css" rel="stylesheet" type="text/css">
<script src="/scipts/afterglow/afterglow.min.js"></script>

		Embed Code

					  <div class="videoboxcontainer">
                        <video width="1920" height="1080" id="VideoID" class="afterglow" poster="PosterPath" controls="controls" >
                          <source src="MP4 Fiel Path" type="video/mp4" />
                          <source src="WEBM File Path" type="video/webm">
                        </video>
			          </div>


*/



/* Video Containers for Home Page and WYSWAG Editor */

.videoboxcontainer{
	width: 100%;
	height: auto;
	margin:auto;
	justify-content: center;
	text-align: center;
}


@media only screen and (max-width: 900px) {
	.videoboxcontainer{
		width: 100%;
		height: auto;
		margin:auto;
		justify-content: center;
		text-align: center;
	}
}