.code-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.button {
  background-image: url('../images/annotation_visible_button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 1.5% auto auto 1.5%;
}

.button.annotation-button {
  top: 1.5%;
}


