.amw-splash {
	position: fixed;
	inset: 0;
	z-index: 999999;
	background-color: #000000;
	opacity: 1;
	transition: opacity 0.4s ease;
}

.amw-splash.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.amw-splash__image {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

body.amw-splash-open {
	overflow: hidden;
}
@media (min-width: 992px) {
	.amw-splash {
		display: none;
	}
}
