html {
	display: table-cell;
	width: 100%;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

object {
	width: calc(100% + 32px);
  height: calc(100% + 316px);
  position: fixed;
  top: -114px;
  left: -16px;
}

@media screen and (max-width: 350px) {
	object {
		/*height: calc(100% + 336px);*/
		/*top: -134px;*/
	}
}