body.page-id-1733 #bbphs-gallery { position:relative;width:100%;margin:0;padding:0;border-top:6px solid #8b7024;background:#070606; }
#bbphs-gallery .bbphs-gallery-track { display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain; }
#bbphs-gallery .bbphs-gallery-track::-webkit-scrollbar { display:none; }
#bbphs-gallery .bbphs-gallery-track img { display:block;flex:0 0 24%;width:24%;height:clamp(240px,28vw,420px);object-fit:cover;scroll-snap-align:start; }
#bbphs-gallery button { position:absolute;bottom:18px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid #ece1c6;border-radius:50%;background:#070606;color:#ece1c6;font:400 30px/1 Roboto,sans-serif;cursor:pointer; }
#bbphs-gallery .bbphs-gallery-prev { left:18px; }
#bbphs-gallery .bbphs-gallery-next { right:18px; }
#bbphs-gallery button:disabled { opacity:.45;cursor:default; }
#bbphs-gallery button:focus-visible { outline:3px solid #ece1c6;outline-offset:3px; }
#bbphs-gallery .bbphs-gallery-track:focus-visible { outline:3px solid #ece1c6;outline-offset:-3px; }
@media(max-width:1000px) { #bbphs-gallery .bbphs-gallery-track img { flex-basis:38%;width:38%; } }
@media(max-width:600px) { #bbphs-gallery .bbphs-gallery-track img { flex-basis:84%;width:84%;height:300px; } }

