@font-face {
	font-family: 'icomoon';
	src: url('icomoon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

#msl-image-modal {
	touch-action: pan-y;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	bottom: 0;
	overflow-x: hidden;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
}

#msl-image-container {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
}

#msl-img-close-button {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 50px;
	text-shadow: 1px 1px 8px #000000;
	color: white;
	z-index: 103;
}

.msl-modal-arrow {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	font-size: 30px;
	text-shadow: 1px 1px 8px #000000;
	color: white;
	z-index: 103;
}

#msl-modal-arrow-left {
	left: 20px;
}

#msl-modal-arrow-right {
	right: 20px;
}

.msl-block {
	overflow: hidden;
}

img.msl-image {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.msl-icon-times:before {
	content: "\2a2f";
}

.msl-icon-arrow-left:before {
	content: "\e902";
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.msl-icon-arrow-right:before {
	content: "\e903";
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}