.iframe-wrapper{
  position: relative;
  text-align: center;
  background-color: #000;
  z-index: 10;
}

iframe{
  border: none;
  height: 100%;
  width: 100%;
  background-color: #FFF;
}

#page-template{
	transition: all 250ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}