.cbm-photoGallery__overlay {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  &__content {
    margin: auto;
    padding: 2em;
    max-width: 50%;
    color: black;
    background: rgba(255, 255, 255, 0.8);
  }

  &__label {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
  }
}
