body {
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0;
}

.responsive-iframe {
	max-width: 100%;
	position: relative;
	width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  width: 100%;
  border: none;
}