
.fm-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}

.fm-modal .fm-modal-head > * {
	display: inline-block;
}

.fm-modal > .fm-modal-wrapper {
	position: absolute;
	min-width: 320px;
	max-width: 768px;
	width: 80vw;
	height: 500px;
	margin: 50vh 0 0 50vw;
	transform: translate(-50%, -50%);
	background: white;
	display: block;
	border: solid 1px grey;
	border-radius: 10px;
	padding: 10px;
}
