.frame-wrap {
    position: relative;
    width: 100%;
    max-width: none;

    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #000;
    background: #000;
}

.frame-wrap.game-bleed {
    max-width: none;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.te610u {
    position: relative;
    width: 100%;
    aspect-ratio: 1230 / 694;

    background: #000;
}

.te610u>iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 600px) {
  .frame-wrap {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .te610u {
    aspect-ratio: 16 / 9;
  }
}

html, body {
  overflow-x: hidden;
}
.te610u { overflow: hidden; }

.te610u > iframe {
  transform-origin: top left;
}


.zmho08{
  position: static;         
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding: 0;
  background: none; 
}

.j8nfqpvd{
  width: auto;
}

.game-cta__spacer{ height: 0; }