@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;
}

.featherlight-content .caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--white);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 3rem;
}