.iframe {
  height: 100vh;
  width: 100wh;
  background-color: #333;
}

iframe {
	height: 100%;
	width: 100%
}