.node-gallery img {
    object-fit: cover;
  }
  .carousel-item img {
    max-height: 80vh;
    object-fit: contain;
  }