/* CSS Document */
main video {
	height: auto; width: 90%;
	text-align: center;
}

.moviewrap {
  width:90%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin:0 auto 50px auto;
  position: relative;
}

.moviewrap iframe {
  width: 100%;
	height: 100%;
  position: absolute;
  top: 0;
  left: 0;	
}

article#Youtube {
	text-align: justify;
}

article#Youtube ul {
	margin-left: 2em;
}