body {
	--fsAddBuffer: 22px;
}
[id='swiftgrids-com_incontent_modal'] {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
[id='swiftgrids-com_incontent_modal'] {
		--height: 50px;
}
@media only screen and (min-width: 768px) {
	[id='swiftgrids-com_incontent_modal'] {
		--height: 60px;
	}
}
