.divi-main-gallery .main-image img.zoom-hover {
	transform: scale(2);
}

.divi-gallery-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .84999999999999998);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	padding: 20px;
}

.divi-gallery-lightbox.open {
	display: flex;
}

.divi-gallery-lightbox-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
}

.divi-gallery-lightbox-content img, .divi-gallery-lightbox-content video {
	width: 100%;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 6px;
}

.divi-gallery-lightbox-close {
	position: absolute;
	top: -15px;
	right: -5px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	line-height: 1;
}

body.divi-gallery-lightbox-open {
	overflow: hidden;
}