@media screen and (max-width: 990px) {
  .header {
      padding: 0px .8rem 0px 3rem !important;
      grid-template-columns: 2fr 3fr 2fr;
  }
}

.bookmarklet-edit{
  position: absolute;
  z-index: 99;
  padding: 4px 10px;
  background: chartreuse;
}