.orders-item-link img.bottom-img {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: -1;
  width: 100%;
}

.image-canvas {
  display: flex;
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.image-canvas img {
  opacity: 0;
  width: 100%;
}

.galleryImg-full {
  top: 50dvh;
  transform: translate(0, -50%);
  height: 100%;
}

.galleryImg-full img {
  height: 100%;
}

@media only screen and (min-width: 840px) {
  .galleryImg-full {
    height: 100dvh;
    width: fit-content;
  }
  .galleryImg-full img {
    width: 100%;
  }
}

canvas {
  display: block;
  position: absolute;
  z-index: 105;
  filter: drop-shadow(1px 0px 0px lightgrey);
  /* top: 0 ; */
  opacity: 1;
}
