.fl-photo-blurb {
  max-width: 100%;
}

.fl-photo-blurb img {
  width: 100%;
  min-height: 100%;
}

.fl-photo-blurb {
  position: relative;
}
.fl-photo-blurb-text-wrapper {
  padding: 1em;
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fl-photo-blurb:hover .fl-photo-blurb-text-wrapper {
  background: rgba(0,0,0,.3);
}


.fl-photo-blurb-heading,
.fl-photo-blurb-paragraph {
  color: white;
}