.box-in-image {
  position: absolute;
  top: calc(50% - (70px / 2));
  left: calc(50% - (415px / 2));
  background-color: var(--verde1);
  width: 415px;
  padding: 0 16px 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#gif-vaschetta {
  max-width: 800px;
  margin: auto;
}
