#production-content {
	height: 100%
	min-height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#production-top-video {
	width: 100%;
	flex: 0;
}
#production-top-image {
	width: 100%;
	flex: 0;
}
.production-text {
	width: 80%;
	margin: auto;
	flex: 1;
}