/*close button for lightbox*/
button.mfp-close{
    width: 140px !important;
    height: 200px !important;
    font-size: calc(var(--h1-size) * 1.5) !important;
    opacity: 1 !important;
}

/*prevent clicking thorugh gallery - only show one image*/
button.mfp-close + figure{
    pointer-events: none;
}
button.mfp-arrow{
    display: none !important;
}