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

html {
	margin: 0px;
	padding:20px;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

* { font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
} 

.content {
	max-width: 600px;
}

p { font-size: 1em; font-style: normal; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 30px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 40px; 
	width: 100%;
	height: 100%;
}

p.caption {
	font-style: italic;
	font-weight: bold; 
}



