/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.unicorn-game {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.unicorn-game iframe {
  display: block;
  width: 100%;
  height: min(900px, 90vh);
  min-height: 680px;
  border: 0;
  border-radius: 20px;
  background: #6f371f;
  overflow: hidden;
}

.unicorn-mobile-hint {
   margin: 12px 0 0;
  text-align: center;
  color: #76523a;
  font-size: 15px;
  font-weight: 700;
}

.unicorn-fullscreen-link {
  margin: 0;
  padding: 20px 10px 25px;
  background: #ffffff;
  text-align: center;
}

.unicorn-fullscreen-link a {
  display: inline-block;
  padding: 15px 28px;
  color: #24304f;
  background: #ffc43d;
  border-radius: 15px;
  box-shadow: 0 5px 0 #d99b17;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.unicorn-fullscreen-link a:hover {
  background: #ffd266;
}

@media (max-width: 680px) {
  .unicorn-game iframe {
    height: 78vh;
    min-height: 520px;
    border-radius: 12px;
  }
}

@media (max-height: 620px) and (orientation: landscape) {
  .unicorn-game iframe {
    height: 100vh;
    min-height: 440px;
  }

  .unicorn-game-mobile-hint {
    display: none;
  }
}