/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#wrap {
  width: 100%;
  min-height: 500px;
  padding: 0;
  overflow: hidden;
	background:url(https://upload.wikimedia.org/wikipedia/commons/b/b1/Loading_icon.gif?20151024034921) center center no-repeat;
    overflow: overlay;
}

#scaled-frame {
  width: 100%;
  border: 0px;
}

#scaled-frame {
  zoom: 1;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #scaled-frame {
    zoom: 1;
  }
}