/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.wolf-eggs-game {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.wolf-eggs-game iframe {
  display: block;
  width: 100%;
  height: min(900px, 90vh);
  min-height: 680px;
  border: 0;
  border-radius: 20px;
  background: #6f371f;
  overflow: hidden;
}

.wolf-eggs-mobile-hint {
  margin: 12px 0 0;
  text-align: center;
  color: #76523a;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 680px) {
  .wolf-eggs-game iframe {
    height: 78vh;
    min-height: 520px;
    border-radius: 12px;
  }
}

@media (max-height: 620px) and (orientation: landscape) {
  .wolf-eggs-game iframe {
    height: 100vh;
    min-height: 440px;
  }

  .wolf-eggs-mobile-hint {
    display: none;
  }
}