body {
  --fsAddBuffer: 22px;
}
[id='pipsgame-io_incontent'] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(var(--height) + var(--fsAddBuffer));
  height: calc(var(--height) + var(--fsAddBuffer));
  width: 100%;
}
[id='pipsgame-io_incontent'] {
    --height: 280px;
}
@media only screen and (min-width: 768px) {
  [id='pipsgame-io_incontent'] {
    --height: 280px;
  }
}
