.expandable-carousel{position:relative;width:100%;height:384px;overflow:hidden;transition:all .3s ease-in-out;max-width:512px;max-height:384px}.expandable-carousel .carousel-item img{cursor:zoom-in;width:100%;height:100%;object-fit:cover}.expandable-carousel.browser-maximized{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:1050;background-color:#000;max-width:100%!important;max-height:100%!important}.expandable-carousel.browser-maximized .carousel-item,.expandable-carousel.browser-maximized .carousel-item img{height:100vh!important;cursor:zoom-out}.carousel-close-btn{display:none;position:fixed;top:20px;right:20px;z-index:1060;padding:15px;background-color:rgba(0,0,0,.5);border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:transform .2s ease}.carousel-close-btn:hover{transform:scale(1.1);background-color:rgba(0,0,0,.8)}.expandable-carousel.browser-maximized .carousel-close-btn{display:block}