@media screen {
  .content_block.gallery .print_only {
    display: none !important;
  }
}

.content_block.gallery .gallery_block {
  display: block;
  /* padding-bottom: 100%; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  background-color: var(--white);
  background-image: none !important;
}

.content_block.gallery .gallery_block img {
  /* opacity: 0; */
  display: block;
  margin: auto;
  max-width: 100%;
}

.featherlight-content .caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--white);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 3rem;
}

.content_block.gallery .grid {
  grid-template-columns: repeat(auto-fit,minmax(30rem,1fr))
}