#popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:500px;background-color:white;box-shadow:0 5px 15px rgba(0,0,0,.3);z-index:1000;border-radius:10px;overflow:hidden;padding:20px}#popup img{width:100%;height:auto;max-width:500px}#close{position:absolute;top:0;right:10px;color:#02fdfe;font-size:20px;cursor:pointer}.hover-text:hover{transform:scale(1.3);font-size:1.3em}.hover-text2{transition:transform .1s ease,font-size .1s ease}.hover-text2:hover{transform:scale(1);font-size:1em}.hover-text3{transition:transform .1s ease,font-size .1s ease}.hover-text3:hover{transform:scale(1.1);font-size:1.1em}.hover-image{transition:transform .3s ease}.hover-image:hover{transform:scale(1.1)}.text-background{background:#51a9b6;color:white;padding:5px;border-radius:5px}@media (max-width:800px){#popup{max-width:300px;max-height:300px}#popup img{max-width:300px;max-height:300px}.php-alert{max-height:150px;max-width:200px}.php-alert img{display:none!important}}@media (max-width:400px){.php-alert{display:none!important}}