#leafframe {
	width: 100%;
	height: 100%;
	border: 0px; 
}
#leafwrap {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
	height: 100%;
}
@media screen and (orientation: portrait) {
	#leafwrap {
		width: 100%;
		height: 30rem;
	}
	#leafframe {
		height: 32rem; 
	}
}
@media screen and (max-width: 736px) {
	#leafwrap {
		width: 100%;
		height: 32rem;
	}
}