body {
	background: #132e12;
	}
.popup-window {
	position: relative;
	background: #798157;
	height: 450px;
	width: 800px;
	border: 5px solid #798157;
	z-index: 1;
	overflow: hidden;
	}
.popup-container {
	color: #900;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	height: 480px;
	width: 810px;
	margin-top: -240px;
	margin-left: -400px;
	z-index: 1;
	}
iframe {
	overflow-x: hidden;
	}
#myVideo {
	position: relative;
	left: 50px;
}