/* Add here all your CSS customizations */

.iframe-popup {
  position: relative;
  background: #000;
  padding: 20px;
  width: auto;
  max-width:920px;
  height:auto;
  min-height: 518px;
  margin: 20px auto;
}
.iframe-popup iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}