.gallery-container{position:relative;align-items:center}.gallery-container,.gallery-scroll{width:100%;height:400px;display:flex}.gallery-scroll{overflow-x:auto;overflow-y:hidden;gap:10px;padding:0 10px;scroll-behavior:smooth}.gallery-scroll.no-scroll{overflow-x:hidden}.gallery-scroll::-webkit-scrollbar{height:8px}.gallery-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.gallery-scroll::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.gallery-scroll::-webkit-scrollbar-thumb:hover{background:#555}.gallery-image-container{flex-shrink:0;height:380px;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .2s ease}.gallery-image-container:hover{transform:scale(1.02)}.gallery-image{height:100%;width:auto;border-radius:8px;object-fit:cover;user-select:none}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(70,70,70,.9);color:white;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;z-index:5;transition:background-color .2s ease}.nav-button:hover{color:black;transform:translateY(-50%) scale(1.05)}.nav-button-left{left:10px}.nav-button-right{right:10px}.nav-button-close{top:20px;right:10px}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.9);z-index:1000;overflow:auto}.overlay,.overlay-content{display:flex;justify-content:center;align-items:center}.overlay-content{position:relative;flex-direction:column;min-width:min-content;min-height:min-content}.overlay-nav-container{position:absolute;bottom:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.overlay-nav{background:rgb(0,0,0);color:white;border:none;width:50px;height:50px;border-radius:50%;font-size:30px;cursor:pointer;z-index:5;margin:0 20px 20px}.overlay-nav:hover{background:rgba(255,255,255,.3)}.overlay-image-container{display:flex;justify-content:center;align-items:center;min-width:min-content;min-height:min-content}.overlay-image{border-radius:8px;width:auto;height:auto;max-width:93vw;max-height:93vh}@media (max-width:768px){.gallery-container{height:250px}.gallery-scroll{height:250px;gap:8px;padding:0 5px}.gallery-image-container{height:230px}.nav-button{width:35px;height:35px;font-size:20px}.nav-button-left{left:5px}.nav-button-right{right:5px}.overlay-nav{width:40px;height:40px;font-size:24px}}