body {
  touch-action: none;
}
html,
body,
iframe {
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0;
  user-select: none;
}
iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0;
}
.scaling-zoom-out,
.scaling-zoom-in,
.scaling-align-next {
  position: absolute;
  width: 20px;
  height: 20px;
  border: transparent;
  background: transparent;
}
.scaling-zoom-out {
  bottom: 0;
  left: 0;
}
.scaling-zoom-in {
  bottom: 0;
  right: 0;
}
.scaling-align-next {
  top: 0;
  left: 0;
}
.gsk-privacy-link,
#gsk-consent-choices-alt {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  text-decoration: none;
  color: black;
  font-family: 'GSK Precision', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  background: #e6e6e6;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;

  @media screen and (max-width: 520px) {
    font-size: 0.5rem;
  }
}

.gsk-privacy-link {
  bottom: 3rem;

  @media screen and (max-width: 520px) {
    bottom: 2rem;
  }
}