html.poker-stage-lock body .ms-mobile-poker-shell .ms-mobile-poker-shell__stage {
  position: relative !important;
  flex: 0 0 440px !important;
  width: 440px !important;
  height: 956px !important;
  min-width: 440px !important;
  min-height: 956px !important;
  max-width: 440px !important;
  max-height: 956px !important;
  overflow: hidden !important;
  transform: scale(var(--poker-scale, 1)) !important;
  transform-origin: center center !important;
}

html.poker-stage-lock body .ms-mobile-poker-shell .ms-mobile-poker-shell__stage > .ms-poker-view.is-mobile-fullscreen,
html.poker-stage-lock body .ms-mobile-poker-shell .ms-mobile-poker-shell__stage .ms-poker-view.is-mobile-fullscreen {
  position: absolute !important;
  inset: 0 !important;
  width: 440px !important;
  height: 956px !important;
  min-width: 440px !important;
  min-height: 956px !important;
  max-width: 440px !important;
  max-height: 956px !important;
  overflow: hidden !important;
  transform: none !important;
}

html.poker-stage-lock body .ms-mobile-poker-shell .ms-mobile-poker-shell__stage .ms-poker-table-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 440px !important;
  height: 956px !important;
  min-width: 440px !important;
  min-height: 956px !important;
  max-width: 440px !important;
  max-height: 956px !important;
  overflow: hidden !important;
  transform: none !important;
}

html.poker-stage-lock body .ms-poker-view.is-mobile-fullscreen .ms-poker-table-wrap,
html.poker-stage-lock body .ms-poker-table-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 440px !important;
  height: 956px !important;
  min-width: 440px !important;
  min-height: 956px !important;
  max-width: 440px !important;
  max-height: 956px !important;
  overflow: hidden !important;
  transform: none !important;
}

html.poker-stage-lock body .ms-poker-view.is-mobile-fullscreen .ms-poker-table-wrap .ms-poker-table,
html.poker-stage-lock body .ms-poker-view.is-mobile-fullscreen .ms-poker-table-wrap .ms-poker-table.is-nine-max {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 440px !important;
  height: 956px !important;
  min-width: 440px !important;
  min-height: 956px !important;
  max-width: 440px !important;
  max-height: 956px !important;
  transform: none !important;
  transform-origin: center center !important;
}

html.poker-stage-lock body .ms-poker-view.is-mobile-fullscreen .ms-poker-table__surface,
html.poker-stage-lock body .ms-poker-view.is-mobile-fullscreen .ms-poker-table__asset {
  position: absolute !important;
  inset: 0 !important;
  width: 440px !important;
  height: 956px !important;
  max-width: none !important;
  max-height: none !important;
}
