img.GALLERYimg{display: block;margin-left: auto;margin-right: auto;max-height:100px;}
img.GALLERYimg:hover{filter: brightness(120%);}
img.GALLERYslideimg {display: block;margin-left: auto;margin-right: auto;max-width:90%;max-height:500px;}
img.GALLERYbtn{width:100%;position: absolute;top: 50%;transform: translate(-50%, -50%);}
.GALLERYcontainer{display: flex; flex-wrap: wrap; justify-content: space-evenly; gap: 5px; margin-top: 10px; margin-bottom: 10px;}
.GALLERYmodal {display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%;backdrop-filter: blur(5px) brightness(30%);}
.GALLERYcontent {position: relative; margin: auto; padding: 0; width: 90%; max-width: 1200px;backdrop-filter: blur(5px) brightness(30%);}
.GALLERYclose {color: white;position: absolute;top: 50px;right: 5%;font-size: 50px;font-weight: bold;}
.GALLERYclose:hover,.GALLERYclose:focus {color: #999;text-decoration: none;cursor: pointer;}
.GALLERYslides {display: none;}
.GALLERYprev,.GALLERYnext {cursor: pointer;position: absolute;top: 50%;width: auto;padding: 16px;margin-top: -50px;color: white;font-weight: bold;font-size: 20px;transition: 0.6s ease;border-radius: 0 3px 3px 0;user-select: none;-webkit-user-select: none;}
.GALLERYnext {right: 0;border-radius: 3px 0 0 3px;}
.GALLERYprev:hover,.GALLERYnext:hover {background-color: rgba(0, 0, 0, 0.8);}
.GALLERYnumber{color: #f2f2f2;font-size: 12px;padding: 8px 12px;text-align: center;margin: 10px auto;}
.GALLERYtitle{position: relative; margin: auto;text-align: center; background-color: white; padding:20px;width:80%;font-weight:bold;font-size: 1.2em;}
.GALLERYcaption{position: relative; margin: auto;background-color: white; padding:20px;width:80%;max-height: 250px;overflow:auto;}
.GALLERYbutton{display: grid; width:90%;grid-template-columns:100px auto;grid-template-areas: "GBthumb GBhead" "GBthumb GBdesc";margin-left:auto;margin-right:auto;background-color:white;border-color:silver;border-style:solid;border-width:1px;color:black;}
.GALLERYbutton:hover{background-color:#fdcfdc;color:black;}
.GALLERYbutton:focus{background-color:white;}
.GALLERYheader{grid-area: GBhead; font-size:1.2em;font-weight:bold;padding:10px;color:black;}
.GALLERYthumb{grid-area:GBthumb;color:black;position:relative;}
.GALLERYdesc{grid-area:GBdesc;padding:10px;color:black;}
.EXPANDbutton2 {color: #0000ff;font-weight: bold;font-size:1.4em;background-color: white;border-color: white;border-style: solid;padding-left:20px;cursor: pointer;}
.EXPANDbutton2:hover {color: #3387ff;}
.GALLERYcaptionCloseBtn {display: block; width: 80%; margin: 10px auto; text-align: center; padding: 10px; color: white; cursor: pointer;}
.GALLERYcaptionCloseBtn:hover {color: aqua;}
p:empty {display: none;}
@media (max-width: 900px){
.GALLERYcaption{max-height: 150px;}
img.GALLERYslideimg{max-height: 400px;}
}
