.swce-lightbox-trigger {
	display: block;
	width: 100%;
	height: 100%;
	cursor: zoom-in;
}
.swce-lightbox-overlay {
	position: fixed;
	inset: 0;
	background: rgba(20, 20, 20, .92);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}
.swce-lightbox-content {
	max-width: 1100px;
	width: 100%;
	max-height: 88vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swce-lightbox-media {
	max-width: 100%;
	max-height: 88vh;
	display: block;
	border-radius: 4px;
}
.swce-lightbox-iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
}
.swce-lightbox-close {
	position: absolute;
	top: 18px;
	right: 24px;
	background: none;
	border: none;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	padding: 4px 10px;
}
.swce-lightbox-close:hover {
	color: #F09565;
}
