/* hide keywords */
#ctl00_cphMainContentFooter_pnlKeywords {
  display: none;
}

/* hide footer icons */
.footer-icon {
  display: none;
}

/* fit content to gallery image selector window */
.xmp-gs .xmp-gs-wrapper .xmp-gs-duc-content .image-container img {
    height: fit-content;
    width: auto;
    max-height: 110px;
}