.gallery-section{position:relative;background-color:#0b0b0b;height:100vh;min-height:100vh;max-height:100vh;overflow:hidden}.gallery-section img{object-fit:cover;width:100%;max-height:100vh;z-index:1}.gallery-carousel-wrap,.gallery-section img{height:100%;position:relative}.carousel-custom-control{position:absolute;top:50%;transform:translateY(-50%);z-index:9999;width:64px;height:64px;border-radius:50%;border:none;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s ease,transform .12s ease;padding:0}.carousel-custom-control:hover{background:rgba(0,0,0,.6);transform:translateY(-50%) scale(1.03)}.carousel-custom-control.prev{left:12px}.carousel-custom-control.next{right:12px}.carousel-custom-control .chev{display:inline-block;width:16px;height:16px;border-top:3px solid white;border-right:3px solid white}.carousel-custom-control.prev .chev{transform:rotate(-135deg);margin-left:4px}.carousel-custom-control.next .chev{transform:rotate(45deg);margin-right:4px}.gallery-section .carousel-item img{pointer-events:auto}@media (max-width:768px){.gallery-section{height:auto;min-height:auto;max-height:250px}.gallery-section img{object-fit:contain;height:auto;max-height:250px}.carousel-custom-control{width:44px;height:44px}.carousel-custom-control.prev{left:6px}.carousel-custom-control.next{right:6px}}