/* Video Lightbox Styles */
.lightbox-backdrop {
	z-index: 1408;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #333333;
}
.lightbox-container {
	position: fixed;
	z-index: 1409;
	border: 16px solid white;
	background: white;
	border-radius: 8px;
	box-shadow: 0 0 36px black;
}
.lightbox-close-circle {
	position: absolute;
	top: -32px; /* twice the border width of .lightbox-container */
	right: -32px;
	cursor: pointer;
}
.lightbox-video-iframe {
	background: black;
	box-shadow: 0 0 6px black;
}
