*{box-sizing:border-box}.gallery-album{border:thin solid #cacaca;border-radius:5px;padding:1em;margin:2em auto;width:100%;max-width:800px;box-shadow:0 0 10px rgba(0,0,0,.5);scroll-margin-top:85px}.gallery-album h2{font-size:1.4em;margin:0 0 5px 0}.gallery-album .gallery-heading{display:flex;flex-direction:row;align-content:center;justify-content:space-between;align-items:flex-start}.gallery-images{position:relative;margin:auto;margin-top:1em;width:100%;height:75vh;max-height:550px}.gallery-image{display:none;text-align:center;background-color:#000;color:#fff;height:100%}.gallery-image img{height:95%;max-height:95%;max-width:100%;display:block;margin:auto;-o-object-fit:contain;object-fit:contain}.gallery-show{display:block}.gallery-navigation{cursor:pointer;position:absolute;top:50%;width:auto;margin-top:-22px;padding:16px;color:#fff;background-color:transparent;font-size:1.5em;transition:.6s ease;border-radius:0 3px 3px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none}.gallery-next{right:0;border-radius:3px 0 0 3px}.gallery-fullscreen:hover,.gallery-navigation:hover{background-color:rgba(0,0,0,.8)}.gallery-counter{color:#f2f2f2;font-size:1em;padding:8px 12px;position:absolute;top:0}.gallery-fullscreen{cursor:pointer;width:auto;color:#fff;font-size:1.5em;padding:8px 12px;position:absolute;top:0;right:0;background-color:transparent;transition:.6s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;border-radius:0 0 0 3px}.gallery-description{color:#fff;padding:5px;position:absolute;width:100%;bottom:0}@media only screen and (max-width:1020px){.gallery-album{scroll-margin-top:125px}}.gallery-album .gallery-share{border:none;background:0 0;font-size:1.2em;cursor:pointer}.gallery-share-options{position:absolute;background-color:#fff;border:thin solid #cacaca;border-radius:6px;padding:5px;z-index:1;top:100%;right:0;box-shadow:0 0 10px rgba(0,0,0,.5)}.gallery-share-hidden{display:none}.gallery-share-container{position:relative}.gallery-share-options span{white-space:nowrap}.gallery-social{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;align-items:center;padding-top:5px;font-size:xx-large}button.gallery-menu{padding:0;margin:0;border:none;font-size:unset;cursor:pointer;color:#6e47d2;background-color:transparent}button.gallery-copy{cursor:pointer}a.gallery-facebook{color:#4267b2}a.gallery-twitter{color:#1da1f2}