body {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: black;
}
iframe {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}