.cbm-photoGallery__slideContent--slideshow {
  .slick-slide {
    > div {
      display: flex;
      align-items: center;
      text-align: center;

      .cbm-photoGallery__image {
        width: 100%;
        height: 100%;
        background: white center center no-repeat;
        background-size: contain;
      }
    }
  }
}
