.product-image-wrapper {
  position: relative;
}

.custom-image-overlay {
  position: absolute;
  top: 10px;
  z-index: 10;
  pointer-events: none;
  max-width: 120px;
  height: auto;
}

.custom-image-overlay--left {
  left: 10px;
}

.custom-image-overlay--right {
  right: 0 !important;
}