.elementor-5355 .elementor-element.elementor-element-8276b83{--display:flex;}.elementor-5355 .elementor-element.elementor-element-8276b83:not(.elementor-motion-effects-element-type-background), .elementor-5355 .elementor-element.elementor-element-8276b83 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS */#yudu-wrap {
    width: 100%;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
  }

  /* Portrait — full width, full height, no ratio */
  #yudu-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }

  /* Landscape — 16:9, centered, auto width */
  @media (orientation: landscape) {
    #yudu-wrap iframe {
      width: 100%;
      height: auto;
      max-height: 100%;
      aspect-ratio: 16 / 9;
      margin: auto;
    }
  }
  
  #game-container{
      background: #000;
  }
  
  .page-id-5355{
      background: #000!important;
  }/* End custom CSS */