.slide-viewer-mask
{
	background: gray;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	align-items: center;
	justify-content: center;
}

.splide__list img
{
	max-height: 100%;
	max-width: 100%;
}

.slide-viewer-mask .splide__slide img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.close-slide-viewer
{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 0;
	background: rgba(0, 0, 0, 0.6);
	border: none;
}

.close-slide-viewer
{
	width: 30px;
}
