.game-frame-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  border-radius: 18px;
  min-height: 760px;
}

.game-frame-wrap iframe {
  width: 100%;
  height: 760px;
  border: 0;
  background: #000;
  display: block;
}

@media (max-width: 767px) {
  .game-frame-wrap {
    min-height: 220px;
  }

  .game-frame-wrap iframe {
    max-width: none !important;
  }
}