.imageModal{display:none}.imageModal--open{display:block}.imageModal__overlay{width:100vw;height:100vh;background-color:rgba(0,0,0,0.6);position:fixed;top:0;left:0;z-index:99;display:flex;justify-content:center;align-items:center}.imageModal__contentWrap{width:100%;display:flex;justify-content:center}.imageModal__content{position:relative}.imageModal__close{width:40px;height:40px;position:absolute;right:0;top:-40px;display:flex;justify-content:center;align-items:center;cursor:pointer}.imageModal__closeIcon{font-size:24px;color:#fff}.imageModal__img{width:100%;max-width:600px;height:100%;max-height:80vh;-o-object-fit:cover;object-fit:cover}
