.popup-container{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999999999;align-items: center; justify-content: center;background: rgba(0,0,0,0.5);}
.popup-photo{background: #fff;padding: 1rem;border-radius: 8px;position: relative;}
.popup-close{position: absolute;width: 50px; height: 50px; background: #fff; right: 0; top: 0;display: flex;align-items: center;justify-content: center;cursor: pointer;}