.imageSlide{height:60px;object-fit:cover}.heightSet{height:75vh}@media (max-width:768px){.heightSet{height:60vh}}#popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:none;align-items:center;justify-content:center;z-index:1000;padding:1rem;box-sizing:border-box}#popup-overlay.show{display:flex}#popup-box{position:relative;width:80vw;height:80vh;border-radius:8px;overflow:hidden;box-sizing:border-box}#popup-box img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}#popup-close{position:absolute;top:.5rem;right:.5rem;background:rgba(0,0,0,.5);color:#fff;border:none;font-size:1.5rem;width:2rem;height:2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}@media (max-width:480px){#popup-box img{width:95vw;height:45vh;max-height:70vh}}@media (max-width:768px){#popup-box{width:90vw;height:60vh;max-height:80vh}}@media (min-width:1200px) and (max-width:1600px){#popup-box{width:60vw;height:80vh;max-height:80vh}}@media (min-width:1600px) and (max-width:2000px){#popup-box{width:55vw;height:80vh;max-height:80vh}}@media (min-width:2000px) and (max-width:2700px){#popup-box{width:50vw;height:85vh;max-height:85vh}}