#modalId{
	left: 50%;
	top: 50%;
	/*transform: translate(-50%,-50%);*/
	overflow: visible;
	bottom: inherit;
	right: inherit;
	transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}