/* GLightbox Custom Styles */
#gallery a{display:block;border-radius:6px;overflow:hidden}
#gallery img{display:block}
.gslide-description{background:rgba(0,0,0,.75);padding:20px}
.gnext,.gprev{display:flex !important;align-items:center;justify-content:center;width:60px !important;height:60px !important;background:rgba(255,255,255,.2) !important;border-radius:50%;opacity:1 !important;visibility:visible !important;z-index:99999 !important;cursor:pointer;transition:background .3s ease}
.gnext:hover,.gprev:hover{background:rgba(255,255,255,.5) !important}
.gnext svg,.gprev svg{width:30px !important;height:30px !important;fill:white !important;stroke:white !important;opacity:1 !important}
.gnext{right:20px !important;position:fixed !important;top:50% !important;transform:translateY(-50%) !important}
.gprev{left:20px !important;position:fixed !important;top:50% !important;transform:translateY(-50%) !important}
@media(max-width:768px){
  .gnext,.gprev{width:50px !important;height:50px !important}
  .gnext svg,.gprev svg{width:25px !important;height:25px !important}
  .gnext{right:10px !important}
  .gprev{left:10px !important}
}
.gclose{opacity:1 !important;visibility:visible !important;z-index:99999 !important}
.gslide-title{color:white;font-size:16px;font-weight:normal}
.glightbox-container *{box-sizing:border-box}
