.immagineGalleria {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
  max-width: 400px;
}

.immagineGalleriaCaption {
  background: rgba(0, 0, 0, 0.5);
  color: #f1f5f9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
}

.immagineGalleriaNoImage {
  background-color: #ffffff;
}