.crmg-lock-scroll {
	overflow: hidden;
}

.crmg-fullscreen {
	position: fixed;
	inset: 0;
	z-index: 1000001;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.92);
}

.crmg-fullscreen.is-open {
	display: flex;
}

.crmg-fullscreen__image {
	max-width: 92vw;
	max-height: 88vh;
	object-fit: contain;
}

.crmg-fullscreen__close,
.crmg-fullscreen__nav {
	appearance: none;
	border: 0;
	cursor: pointer;
	position: absolute;
	width: 4rem;
	height: 4rem;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
}

.crmg-fullscreen__close {
	top: 0;
	right: 0;
}

.crmg-fullscreen__nav--prev {
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.crmg-fullscreen__nav--next {
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
}
