.allinone-iframe {
	width: 100%;
	height: 100vh;
}

@media only screen and (orientation: landscape) {
	.allinone-iframe {
		height: unset;
		min-height: 700px;
	}
} 