.lssc-splash-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #edebe3;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
}

.lssc-splash-popup.is-visible {
	display: flex;
}

.lssc-splash-popup img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	pointer-events: none;
}

.lssc-splash-popup .lssc-splash-popup__image--mobile {
	display: block;
}

.lssc-splash-popup .lssc-splash-popup__image--desktop {
	display: none;
}

@media (min-width: 768px) {
	.lssc-splash-popup .lssc-splash-popup__image--mobile {
		display: none;
	}

	.lssc-splash-popup .lssc-splash-popup__image--desktop {
		display: block;
	}
}

body.lssc-splash-popup-open {
	overflow: hidden;
}
