.gallery{display:grid;grid-template-columns:repeat(4,1fr);margin:10px}.gallery-caption{font-style:italic}.gallery-picture-primary{grid-column:1/5;grid-row:1/1}.gallery-picture-thumbnail{grid-row:2/2}.gallery-image{display:flex;flex-direction:column;padding:10px}.gallery-image i{padding-top:5px;text-align:center}.gallery-zoom{display:flex;flex-direction:column;color:grey;background-color:#000;position:absolute;z-index:99999999;width:100vw;height:100vh;padding:0}.gallery-zoom a{vertical-align:top}.gallery-zoom p{text-align:center}.gallery-zoom img{max-width:90vw;max-height:90vh;object-fit:scale-down;margin:auto}.gallery-grid-div{display:grid;grid-template-columns:repeat(2,1fr)}.gallery-grid-picture{margin:10px;box-shadow:var(--shadow);cursor:zoom-in}.gallery-showcase-div{max-width:75%}.gallery-showcase-overlay{display:flex;position:absolute;z-index:100}.gallery-showcase-overlay-link{width:20%;height:100%;font-size:400%;display:flex}.gallery-showcase-overlay-link p{margin:auto}.gallery-showcase-overlay-spacer{width:60%;height:100%}.gallery-showcase-bumper-left{margin-left:auto}.gallery-showcase-bumper-right{margin-right:auto}.gallery-showcase-select{display:flex;margin:auto;width:90%}.gallery-showcase-dot{width:10px;height:10px;padding-right:5px;margin-top:auto;margin-bottom:auto}.gallery-showcase-dot-selected{width:14px;height:14px;padding-right:5px;margin-top:auto;margin-bottom:auto}.gallery-standalone{margin-right:auto;text-align:center;font-style:italic}.gallery-image-primary{max-width:100%;cursor:zoom-in;box-shadow:var(--shadow)}.gallery-image-thumbnail{cursor:pointer}.gallery-maxwidth-10{max-width:10%}.gallery-maxwidth-20{max-width:20%}.gallery-maxwidth-30{max-width:30%}.gallery-maxwidth-40{max-width:40%}.gallery-maxwidth-50{max-width:50%}.gallery-maxwidth-60{max-width:60%}.gallery-maxwidth-70{max-width:70%}.gallery-maxwidth-80{max-width:80%}.gallery-maxwidth-90{max-width:90%}.gallery-maxwidth-100{max-width:100%}.gallery-maxheight-10{max-height:10%}.gallery-maxheight-20{max-height:20%}.gallery-maxheight-30{max-height:30%}.gallery-maxheight-40{max-height:40%}.gallery-maxheight-50{max-height:50%}.gallery-maxheight-60{max-height:60%}.gallery-maxheight-70{max-height:70%}.gallery-maxheight-80{max-height:80%}.gallery-maxheight-90{max-height:90%}.gallery-maxheight-100{max-height:100%}.gallery-width-10{width:10%}.gallery-width-20{width:20%}.gallery-width-30{width:30%}.gallery-width-40{width:40%}.gallery-width-50{width:50%}.gallery-width-60{width:60%}.gallery-width-70{width:70%}.gallery-width-80{width:80%}.gallery-width-90{width:90%}.gallery-width-100{width:100%}.gallery-height-10{height:10%}.gallery-height-20{height:20%}.gallery-height-30{height:30%}.gallery-height-40{height:40%}.gallery-height-50{height:50%}.gallery-height-60{height:60%}.gallery-height-70{height:70%}.gallery-height-80{height:80%}.gallery-height-90{height:90%}.gallery-height-100{height:100%}.gallery-center{margin-left:auto;margin-right:auto}.gallery-left{margin-left:revert;margin-right:auto}.gallery-right{margin-left:auto;margin-right:revert}.gallery-float-right{float:right}.gallery-float-left{float:left}input.gallery-lightbox{display:none}div.gallery-lightbox-full{visibility:hidden;z-index:1000;position:fixed;display:flex;flex-direction:column;background-color:rgba(0,0,0,.9);width:100vw;height:100vh;padding:0;top:0;left:0}label.gallery-lightbox-full{cursor:zoom-out;display:flex;width:100vw;height:100vh}picture.gallery-lightbox-full{margin:auto;width:100vw}img.gallery-lightbox-full{display:flex;margin:auto;max-width:90vw;max-height:90vh}.gallery-lightbox:checked~div{visibility:visible}div.gallery-thumbnail{display:flex;flex-direction:column}div.gallery-thumbnail-focusimage{display:grid}input.gallery-thumbnail-focusimage{display:none}figure.gallery-thumbnail-focusimage{grid-column:1;grid-row:1;visibility:hidden}div.gallery-thumbnail-thumbs{display:flex;flex-direction:row;margin-left:auto;margin-right:auto}figure.gallery-thumbnail-thumbimage{margin-left:10px;margin-right:10px}img.gallery-thumbnail-thumbimage{box-shadow:var(--shadow);cursor:pointer}.gallery-thumbnail-focusimage:checked+figure.gallery-thumbnail-focusimage{visibility:visible}