.jquery-modal.blocker.current {
	z-index: 101;
}
.jquery-modal.blocker {
	padding: 0;
	overflow-y: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jquery-modal.blocker.current > .modal {
	z-index: 102;
}
.jquery-modal.blocker > .modal {
	overflow: initial;
	max-width: 100vw;
	border-width: 0px;
	border-style: solid;
	position: absolute;
}

@media (min-width: 555px) {
	.jquery-modal.blocker > .modal {
		width: 500px;
	}
}