.sticker {
  position: absolute;
  grid-area: sticker;
  height: 10%;
  max-width: 20vw;
  overflow: hidden;
  z-index: 3;
  margin: 20px 0px 0px 20px;
}