.iframe-container {
	overflow: hidden;
	min-height: 75vh;
	position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

#footer {
   position:absolute;
   bottom:0px;
   width:100%;
}