.iframe-wrapper {
	position: absolute;
	width: 96%;
	height: 96%;
	top: 2%;
	left: 2%;
	z-index: 10;
	display: none; /* Hide on page load */
}

.iframe-close-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}

.iframe-close {
	width: 30px;
	height: 30px;
	margin: 5px;
	background-color: darkgrey;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	display: none; /* Hide on page load */
}