#site-content .gallery-block{position:relative;max-width:900px;margin:25px auto}#site-content .custom-gallery{position:relative;overflow:hidden}#site-content .gallery-item{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;pointer-events:none}#site-content .gallery-item.active{opacity:1;position:relative}#site-content .gallery-item img{max-height:600px;object-fit:contain;margin:0 auto}.custom-gallery-dots{text-align:center;margin:15px auto 30px;position:relative;z-index:5;pointer-events:auto}.custom-gallery-dots button{width:12px;height:12px;border-radius:50%;border:none;margin:0 4px;opacity:.4;cursor:pointer;background:var(--Brand-Royal)}.custom-gallery-dots button.active{opacity:1}.custom-gallery-prev,.custom-gallery-next{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--Brand-Royal);background:0 0;cursor:pointer;font-size:24px;color:var(--Brand-Royal);z-index:5;pointer-events:auto;align-items:center;display:flex;justify-content:center}.custom-gallery-next{right:0}