
/* Set class so we can style the wrapper for Video elements. */
div.rtVideoJS_Shim_VideoContainer {
	margin: 24px auto;
	text-align: center;
	max-width: 800px;
	box-shadow:5px 5px 7px 2px rgb(0,0,0,.3);
}

video.rtVideoJS_Shim_VideoTag {
	margin: 0 auto;
}

