.lightbox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-container {
	position: fixed;
	left: 0;
	top: 0;
}
.lightbox-chrome {
	position: relative;
	border-radius: 20px;
	border: 20px solid white;
}
.lightbox-player-absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
}
.lightbox-close {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	left: calc(100% - 10px);
	top: -40px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: white;
	cursor: pointer;
}

.lightbox-container-OLD {
	position: absolute;
	width: 1320px;
	height: 760px;
	background-color: white;
	border-radius: 20px;
	padding: 20px;
}
.lightbox-player-OLD {
	position: absolute;
	width: 1280px;
	height: 720px;
	background-color: black;
}
.lightbox-iframe-OLD {
	width: 1280px;
	height: 720px;
}

/* @media screen and (max-width: 1400px) {
	.lightbox-container {
		position: absolute;
		width: 894px;
		height: 520px;
		background-color: white;
		border-radius: 20px;
		padding: 20px;
	}
	.lightbox-player {
		position: absolute;
		width: 854px;
		height: 480px;
		background-color: black;
	}
	.lightbox-iframe {
		width: 854px;
		height: 480px;
	}
} */