.unideb-gallery-picker--gallery-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.unideb-gallery-picker--gallery-item .gallery-item-wrapper {
  position: relative;
  cursor: pointer;
}

.unideb-gallery-picker--gallery-item .gallery-item-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;

  background-image: url("../images/image_gallery_watermark.png");
  background-size: cover;
  background-position: center;
}

.unideb-gallery-picker--gallery-item .gallery-item-image {
  height: 600px;
  max-height: 40vh;
  max-width: 100%;
  width: 900px;
  object-fit: cover;
}
