:root {
  --pConstrained: 0;
}

@media only screen and (max-width: 831px) {
  fieldset.potwBox {
    width: 100%;
  }
  :root {
    --pConstrained: 1;
  }
}

fieldset.potwBox {
  width: 50%;
}

fieldset.potwBox > div.pB_Wrap > img {
  display: block;
  width: 100%;
  max-height: 640px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

fieldset.potwBox * {
  color: #fff;
  text-decoration: none;
}

fieldset.potwBox > a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 12px;
}

fieldset.potwBox > a > button {
  --scale: 2;
  border-width: calc(2px*var(--scale));
  padding: calc(2px*var(--scale)) !important;
  border-radius: calc(2px*var(--scale)) !important;
  font-size: calc(1em*var(--scale));
}

fieldset.potwBox > div.pB_Wrap > p {
  margin: 0;
  font-style: italic;
}

fieldset.potwBox > div.pB_Wrap > p.wait {
  text-align: center;
}