  /*body {
	overscroll-behavior: none;
	}*/

.video-collection {
	width: 100%;
	margin-bottom: 4em;
	clear: both;
}
.full-video {
	width: 64%;
	display: inline-block;
	vertical-align: top;
}
.full-video iframe,
.full-video .video-text {
	width: 100%;
}
button.q-and-a-list {
	margin-top: 1em;
}

.next-question {
	margin-top: 20px;
}
.video-clips {
	width: 35%;
	display: inline-block;
	padding: 0 1%;
	border: 1px solid #eee;
}
.clip {
	padding: .5em;
	border-bottom: 1px solid #eee;
	width: 100%;
	clear: both;
}
.clip iframe {
	width: 30%;
	display: inline-block;
}
.clip .caption {
	width: 60%;
	padding-left: .5em;
	display: inline;
	font-weight: bold;
}
div.video-text h2 {
	margin-top: 20px;
}
div.q-and-a .modal {
	top: 25%;
}