.youtube-lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 9999;
}

.youtube-lightbox-content {
	position: relative;
	width: 90%;
	max-width: 960px;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	margin: 50px auto;
}

.youtube-lightbox-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.youtube-video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.youtube-lightbox-open {
	overflow: hidden;
}
