@keyframes slide{0%{opacity:.2;transform:translateY(10%)}50%{opacity:1;transform:translateY(0)}to{opacity:.2;transform:translateY(0)}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.popup-overlay img{border-radius:8px;transition:all .5s ease}.popup-content{position:relative;padding:0;border-radius:8px}.close-button,.popup-content{display:flex;align-items:center;justify-content:center}.close-button{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.7);color:#fff;border:none;border-radius:50%;width:32px;height:32px;text-align:center;cursor:pointer;z-index:1001;transition:background .3s ease}.close-button:hover{background:rgba(0,0,0,.9)}@media screen and (max-width:1124px){.popup-content{width:80%;height:auto}.popup-overlay img{width:100%;max-width:-moz-fit-content;max-width:fit-content;height:auto;max-height:90vh}}@media screen and (max-width:768px){.popup-content{width:90%;max-width:-moz-fit-content;max-width:fit-content;height:auto}}