/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.container {
  position: relative;
  width: 100%;
	background-color: black !important;
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
	background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}